From 2553258bc352c117b07d685e108e083892a06e4a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 14 Nov 2023 10:37:30 -0500 Subject: [PATCH] fish: Add abbreviation for zathura --- modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish.nix b/modules/fish.nix index 93bf9c5a..a7b647bd 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -152,6 +152,7 @@ n = "nvim"; j = "joshuto"; t = "tree"; + z = "zathura"; }; }; }