alias g = git :P
This commit is contained in:
parent
d4ad1784e1
commit
4c511821dc
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
gpgconf --launch gpg-agent
|
||||
gpg-connect-agent updatestartuptty /bye > /dev/null
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
g = "git";
|
||||
};
|
||||
};
|
||||
|
||||
home.file = {
|
||||
|
|
Loading…
Reference in a new issue