From fa53796189313f48d90b7d369e7d8eb40fa91f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 1 Jun 2025 21:22:09 +0200 Subject: [PATCH] fish: remove alias for neovim --- nix/homeModules/common/fish/aliasesAbbrs.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/homeModules/common/fish/aliasesAbbrs.nix b/nix/homeModules/common/fish/aliasesAbbrs.nix index 04fe4e99..8e4755fe 100644 --- a/nix/homeModules/common/fish/aliasesAbbrs.nix +++ b/nix/homeModules/common/fish/aliasesAbbrs.nix @@ -17,7 +17,6 @@ gP = "git push"; # Editor - v = "nvim"; ":q" = "exit"; }