From 4c511821dc08bde497705afbef26a0d16ff19c0b Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Sun, 24 Mar 2024 19:02:33 +0100 Subject: [PATCH] alias g = git :P --- modules/home/fish/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/fish/default.nix b/modules/home/fish/default.nix index 6a876e1..7465e82 100644 --- a/modules/home/fish/default.nix +++ b/modules/home/fish/default.nix @@ -8,6 +8,10 @@ gpgconf --launch gpg-agent gpg-connect-agent updatestartuptty /bye > /dev/null ''; + + shellAliases = { + g = "git"; + }; }; home.file = {