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 = {