nushell stuff again
This commit is contained in:
parent
fbd6656d80
commit
62ff7c5bcf
5 changed files with 53 additions and 14 deletions
|
@ -5,11 +5,13 @@
|
|||
enable = true;
|
||||
shellAliases = {
|
||||
"em" = "emacsclient -n -r";
|
||||
"emm" = "emacsclient -nw";
|
||||
"mkdir" = "mkdir -pv";
|
||||
"gtr" = "gtrash restore";
|
||||
"rmr" = "gtrash restore";
|
||||
"rm" = "gtrash put";
|
||||
"lg" = "lazygit";
|
||||
"cat" = "bat --plain";
|
||||
};
|
||||
|
||||
# change fzf variable search to C-M-v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue