only attemtpt to source starship if we actually enable it

This commit is contained in:
Christoph Hollizeck 2024-04-04 12:52:38 +02:00
parent cbdef462cf
commit a6af41d643
2 changed files with 55 additions and 48 deletions

View file

@ -25,7 +25,6 @@ in {
enable = true;
shellInit = "
zoxide init fish | source
starship init fish | source
direnv hook fish | source
source ~/.config/op/plugins.sh
";