nushell stuff
This commit is contained in:
parent
396aee7db9
commit
fbd6656d80
6 changed files with 36 additions and 85 deletions
|
@ -5,10 +5,12 @@
|
|||
enable = true;
|
||||
shellAliases = {
|
||||
"em" = "emacsclient -n -r";
|
||||
"gtr" = "gtrash -r";
|
||||
"gtr" = "gtrash restore";
|
||||
"rmr" = "gtrash restore";
|
||||
"rm" = "gtrash put";
|
||||
"lg" = "lazygit";
|
||||
};
|
||||
|
||||
configFile.source = ./config.nu;
|
||||
loginFile.text = ''
|
||||
${pkgs.figlet}/bin/figlet -f ($env.HOME)/.local/share/flf/wavy.flf (hostname)
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue