Update .config/fish/conf.d/00-init.fish
This commit is contained in:
parent
f130048255
commit
9e46f20e7e
1 changed files with 4 additions and 0 deletions
|
@ -26,5 +26,9 @@ set -gx EDITOR nvim
|
|||
set -gx VISUAL "$EDITOR"
|
||||
set -gx SUDO_EDITOR "$EDITOR"
|
||||
|
||||
{{ if eq .osid "linux-debian" }}
|
||||
fish_add_path "/opt/nvim/linux64/bin"
|
||||
{{ end }}
|
||||
|
||||
# Use vi key bindings.
|
||||
set -g fish_key_bindings fish_vi_key_bindings
|
||||
|
|
Loading…
Reference in a new issue