feat: add . as an alias for ..
This commit is contained in:
parent
632089c4c5
commit
114199ec06
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -201,6 +201,7 @@
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
"." = "z ..";
|
||||||
".." = "z ..";
|
".." = "z ..";
|
||||||
j = "jj";
|
j = "jj";
|
||||||
jgf = "jj git fetch";
|
jgf = "jj git fetch";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue