alias g = git :P

This commit is contained in:
CherryKitten 2024-03-24 19:02:33 +01:00
parent d4ad1784e1
commit 4c511821dc
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -8,6 +8,10 @@
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye > /dev/null
'';
shellAliases = {
g = "git";
};
};
home.file = {