tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
shell: fix starship nix module spacing
wiro.world
3 months ago
2f53fb54
e67ed74f
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+2
-2
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
shell.nix
+2
-2
home-manager/fragments/shell.nix
···
29
29
git_status.disabled = true;
30
30
31
31
nix_shell = {
32
32
-
# remove nix shell name
33
33
-
format = "via [$symbol]($style)";
32
32
+
# remove nix shell name
33
33
+
format = "via [$symbol]($style) ";
34
34
symbol = " ";
35
35
};
36
36
};