home: move gpg-specific alias to 'gpg'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ad0c99c6f0
commit
ddc296138c
|
@ -27,5 +27,10 @@ in
|
||||||
allow-loopback-pinentry
|
allow-loopback-pinentry
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.shellAliases = {
|
||||||
|
# Sometime `gpg-agent` errors out...
|
||||||
|
reset-agent = "gpg-connect-agent updatestartuptty /bye";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -99,9 +99,6 @@ in
|
||||||
# Well-known ls aliases
|
# Well-known ls aliases
|
||||||
l = "ls -alh";
|
l = "ls -alh";
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
|
|
||||||
# Sometime `gpg-agent` errors out...
|
|
||||||
reset-agent = "gpg-connect-agent updatestartuptty /bye";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable VTE integration
|
# Enable VTE integration
|
||||||
|
|
Loading…
Reference in a new issue