home: zsh: add usual aliases
I forgot to add them, since on NixOS they are defined at the system level by default.
This commit is contained in:
parent
4971634115
commit
0e4a4df544
|
@ -71,6 +71,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
# Well-known ls aliases
|
||||||
|
l = "ls -alh";
|
||||||
|
ll = "ls -l";
|
||||||
|
|
||||||
# Sometime `gpg-agent` errors out...
|
# Sometime `gpg-agent` errors out...
|
||||||
reset-agent = "gpg-connect-agent updatestartuptty /bye";
|
reset-agent = "gpg-connect-agent updatestartuptty /bye";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue