Added abbreviation for using nvim from sudo with user config
This commit is contained in:
parent
a28d20bc38
commit
3582c10a49
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ if status is-interactive
|
|||
fish_add_path -a /usr/local/opt/node@18/bin
|
||||
end
|
||||
|
||||
abbr -a rootnvim sudo -Es nvim
|
||||
|
||||
fzf --fish | source
|
||||
# keeping this in the end
|
||||
zoxide init fish | source
|
||||
|
|
Loading…
Reference in a new issue