From b5ccd2e18bd9b32203b5acfd94fd9832f4baf7c6 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 6 Jun 2023 10:37:06 -0400 Subject: [PATCH] fish: Add n abbreviation for neovim --- modules/fish-starship/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish-starship/default.nix b/modules/fish-starship/default.nix index 8db7b27d..dbf74bd6 100644 --- a/modules/fish-starship/default.nix +++ b/modules/fish-starship/default.nix @@ -67,6 +67,7 @@ in { e = "exit"; k = "kitty @ set-colors -c -a ~/.cache/wal/kitty"; l = "ls -l"; + n = "nvim"; j = "joshuto"; w = "wal -o ~/.config/wal/done.sh"; t = "tree";