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 = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
"." = "z ..";
|
||||
".." = "z ..";
|
||||
j = "jj";
|
||||
jgf = "jj git fetch";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue