but I don't want starship disabled in emacs-vterm.
This commit is contained in:
parent
61f29e0015
commit
7a97d358ce
3
home.nix
3
home.nix
@ -40,6 +40,7 @@
|
||||
enableCompletion = true;
|
||||
initExtra = ''
|
||||
unset RPS1
|
||||
eval $(starship init zsh)
|
||||
'';
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
@ -60,7 +61,7 @@
|
||||
|
||||
starship = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableZshIntegration = false;
|
||||
settings = {
|
||||
character = {
|
||||
success_symbol = "[»](bold green) ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user