fix(starship): Remove extra space
This commit is contained in:
parent
6cbc8b393d
commit
bac068cf69
@ -12,7 +12,7 @@
|
|||||||
add_newline = true;
|
add_newline = true;
|
||||||
format = ''
|
format = ''
|
||||||
$os$directory$git_branch$git_status
|
$os$directory$git_branch$git_status
|
||||||
$status$character
|
$nix_shell$status$character
|
||||||
'';
|
'';
|
||||||
right_format = "$all";
|
right_format = "$all";
|
||||||
|
|
||||||
@ -35,6 +35,7 @@
|
|||||||
fish_style_pwd_dir_length = 1;
|
fish_style_pwd_dir_length = 1;
|
||||||
read_only = " RO";
|
read_only = " RO";
|
||||||
};
|
};
|
||||||
|
nix_shell.format = "[nix-shell]($style) ";
|
||||||
os.disabled = false;
|
os.disabled = false;
|
||||||
python = {
|
python = {
|
||||||
symbol = "py ";
|
symbol = "py ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user