Update .config/fish/conf.d/00-init.fish

This commit is contained in:
punkfairie 2024-04-21 12:04:37 -07:00
parent f130048255
commit 9e46f20e7e
No known key found for this signature in database
GPG key ID: D3EDA7AFCA61B350

View file

@ -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