forked from poz/niksos
use nerd fonts in starship (fixes nix-shell space issue)
https://github.com/starship/starship/issues/5771
This commit is contained in:
parent
46f706b855
commit
1b8144ac8b
1 changed files with 11 additions and 0 deletions
|
@ -24,6 +24,17 @@ in {
|
|||
truncate_to_repo = false;
|
||||
truncation_symbol = "…/";
|
||||
};
|
||||
c.symbol = " ";
|
||||
directory.read_only = " ";
|
||||
git_branch.symbol = " ";
|
||||
haskell.symbol = " ";
|
||||
hostname.ssh_symbol = " ";
|
||||
java.symbol = " ";
|
||||
kotlin.symbol = " ";
|
||||
meson.symbol = " ";
|
||||
nix_shell.symbol = " ";
|
||||
package.symbol = " ";
|
||||
rust.symbol = " ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue