diff --git a/fish/.config/fish/config.fish.symlink b/fish/.config/fish/config.fish.symlink index 873f193..bf546b6 100644 --- a/fish/.config/fish/config.fish.symlink +++ b/fish/.config/fish/config.fish.symlink @@ -14,13 +14,6 @@ fish_add_path "$HOME/dotfiles/bin" /usr/local/bin "$HOME/bin" # Dotfiles root dir. set -gx DOT "$HOME/dotfiles" -# Projects dir. -set -gx HACK "$HOME/hackin" - -# Editor. -set -gx EDITOR nvim -set -gx VISUAL "$EDITOR" - # Local environment variables. if [ -e "$HOME/.local.env" ] source "~/.local.env" diff --git a/fish/settings.config.fish b/fish/settings.config.fish new file mode 100644 index 0000000..73b5f91 --- /dev/null +++ b/fish/settings.config.fish @@ -0,0 +1,13 @@ +#!/usr/bin/env fish + +# Projects dir. +set -gx HACK "$HOME/hackin" + +# Editor. +set -gx EDITOR nvim +set -gx VISUAL "$EDITOR" + +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +# Use vi key bindings. +set -g fish_key_bindings fish_vi_key_bindings