diff options
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r-- | .config/fish/config.fish | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 14c8150..6a16e19 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,8 +1,10 @@ if status is-interactive - set -U fish_greeting + set -g fish_greeting + set -g __fish_git_prompt_showdirtystate 1 + set -g __fish_git_prompt_showuntrackedfiles 1 + set -g __fish_git_prompt_showcolorhints 1 command -v zoxide > /dev/null && zoxide init --cmd j fish | source command -v navi > /dev/null && eval "$(navi widget fish)" - init_fzf if command -v nnn > /dev/null; set -l function_file "$HOME/.config/fish/functions/n.fish" |