From 773a6ff930c2541be3075177c5fc6bec701be95f Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sat, 12 Nov 2022 13:19:02 +0100 Subject: [PATCH] navi abbr --- home/modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/fish.nix b/home/modules/fish.nix index 5a8f8500..b8c60c2e 100644 --- a/home/modules/fish.nix +++ b/home/modules/fish.nix @@ -87,6 +87,7 @@ in { }) (abbrify pkgs.gping { ping = "gping"; }) (abbrify pkgs.lazygit { lg = "lazygit"; }) + (abbrify pkgs.navi { n = "navi"; }) (abbrify pkgs.notmuch { mailrefresh = "notmuch new"; mailsearch = "notmuch search";