diff --git a/scripts/setup_fish b/scripts/setup_fish index 0c9f367..987677a 100755 --- a/scripts/setup_fish +++ b/scripts/setup_fish @@ -3,7 +3,7 @@ set -U FISH_DIR (readlink ~/.config/fish) # Used for getting to this repo set -Ux DOTS (dirname $FISH_DIR) # Directory of this config repo set -U CDPATH . $HOME # Directories available for immediate cd -set -U EDITOR nvim # Preferred text editor +set -Ux EDITOR nvim # Preferred text editor set -U PROJ $HOME/dev/work # Projects directory set -Ux NOTES_PATH $HOME/notes # Notes directory set -Ux MANPAGER "nvim +Man!" # Used for reading man pages