1 files changed,
8 insertions(+),
13 deletions(-)
Author:
Smirnov Olexander
ss2316544@gmail.com
Committed at:
2022-06-13 22:02:20 +0300
Parent:
3204587
M
config/fish/config.fish
@@ -8,20 +8,15 @@ set -g PATH $HOME/.local/bin $PATH
set -g PATH $HOME/.golang/bin $PATH set -g PATH $HOME/.yarn/bin $PATH set -g PATH $HOME/.cargo/bin $PATH -set -g PATH $HOME/.deno/bin $PATH -set -g PATH $HOME/.nix-profile/bin $PATH -set -g LOCALE_ARCHIVE /usr/lib/locale/locale-archive - -set fish_greeting if status is-interactive - starship init fish | source - zoxide init fish | source - fnm env | source -end - -function fish_user_key_bindings - fish_vi_key_bindings + set fish_greeting + starship init fish | source + zoxide init fish | source + fnm env | source - bind -M insert -m default jk backward-char force-repaint + function fish_user_key_bindings + fish_vi_key_bindings + bind -M insert -m default jk backward-char force-repaint + end end