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
|
gpgconf --launch gpg-agent
|
||||||
gpg-connect-agent updatestartuptty /bye > /dev/null
|
gpg-connect-agent updatestartuptty /bye > /dev/null
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
shellAliases = {
|
||||||
|
g = "git";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue