diff --git a/modules/home/programs/nushell/default.nix b/modules/home/programs/nushell/default.nix index 97704e6..9e8ef5b 100644 --- a/modules/home/programs/nushell/default.nix +++ b/modules/home/programs/nushell/default.nix @@ -28,6 +28,15 @@ append /usr/bin/env ) ''; + shellAliases = { + gcal = '' + bash -c "cal $(date +%Y)" + ''; + ssh = "TERM=xterm-256color ssh"; + dev = "nix develop --command $env.SHELL"; + torrent = "transmission-remote"; + vi = "nvim"; + }; }; carapace = { enable = true;