diff --git a/home/modules/fish/default.nix b/home/modules/fish/default.nix index 927497e..9a6bdcd 100644 --- a/home/modules/fish/default.nix +++ b/home/modules/fish/default.nix @@ -21,7 +21,6 @@ end ''; fish_greeting = "fortune -a"; - ng = "nvim -c \"Neogit\""; resize_images = '' # Resize all JPG images in the current directory and its subdirectories # Usage: resize_images [percentage] @@ -68,6 +67,7 @@ shellAbbrs = { lg = "lazygit"; g = "git"; + j = "jrnl"; frc = "source ~/.config/fish/**/*.fish"; }; };