Added abbreviation for using nvim from sudo with user config

This commit is contained in:
Ivan Golikov 2025-01-12 14:08:53 +01:00
parent a28d20bc38
commit 3582c10a49

View file

@ -13,6 +13,8 @@ if status is-interactive
fish_add_path -a /usr/local/opt/node@18/bin fish_add_path -a /usr/local/opt/node@18/bin
end end
abbr -a rootnvim sudo -Es nvim
fzf --fish | source fzf --fish | source
# keeping this in the end # keeping this in the end
zoxide init fish | source zoxide init fish | source