diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 938e1b9..9d1d5e8 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -19,6 +19,9 @@ function podman-default-create -w podman end if status is-interactive + # Disable greeting + set -g fish_greeting + # Interactive environment variables set -x EDITOR /usr/bin/nvim @@ -32,9 +35,6 @@ if status is-interactive set -gx MCFLY_HISTORY_LIMIT 10000 mcfly init fish | source - # Disable greeting - set -g fish_greeting - # Abbreviations ## Replacements abbr -a -g rm trash