but I don't want starship disabled in emacs-vterm.

This commit is contained in:
James Walker 2020-12-04 10:54:22 -05:00
parent 61f29e0015
commit 7a97d358ce
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -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) ";