🧹 cleaner zsh + starship integration

This commit is contained in:
2021-03-26 16:11:19 -04:00
parent 16b8bd53b1
commit 5ce1a02d1b
2 changed files with 7 additions and 6 deletions

View File

@@ -57,10 +57,6 @@
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
initExtra = ''
unset RPS1
eval $(starship init zsh)
'';
oh-my-zsh = {
enable = true;
plugins = [
@@ -82,7 +78,7 @@
};
starship = {
enable = true;
enableZshIntegration = false;
enableZshIntegration = true;
settings = {
character = {
success_symbol = "[»](bold green) ";