nushell stuff
This commit is contained in:
parent
396aee7db9
commit
fbd6656d80
6 changed files with 36 additions and 85 deletions
|
@ -6,8 +6,10 @@
|
|||
shellAliases = {
|
||||
"em" = "emacsclient -n -r";
|
||||
"mkdir" = "mkdir -pv";
|
||||
"gtr" = "gtrash -r";
|
||||
"gtr" = "gtrash restore";
|
||||
"rmr" = "gtrash restore";
|
||||
"rm" = "gtrash put";
|
||||
"lg" = "lazygit";
|
||||
};
|
||||
|
||||
# change fzf variable search to C-M-v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue