nushell stuff again

This commit is contained in:
Matt Nish-Lapidus 2025-06-30 11:52:10 -04:00
parent fbd6656d80
commit 62ff7c5bcf
5 changed files with 53 additions and 14 deletions

View file

@ -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