From 3582c10a499f1eae0bc3e74cd299838dde0ce5fb Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Sun, 12 Jan 2025 14:08:53 +0100 Subject: [PATCH] Added abbreviation for using nvim from sudo with user config --- .config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 9310dc5..ec7ca58 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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