diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-05 17:48:58 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-02-05 17:48:58 -0700 |
| commit | f00180a3ffedee111d28486f9b5b38d6df6b0fce (patch) | |
| tree | 5d39aebead57127bcc71a9c12d16001ca0fae155 /modules/home-manager/shell.nix | |
| parent | 1386b16be14c2dfd813a6ed07fbc6f65a101b4ea (diff) | |
alias vi to hx for ssh
Diffstat (limited to 'modules/home-manager/shell.nix')
| -rw-r--r-- | modules/home-manager/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 685cda1..da453bb 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -4,6 +4,7 @@ in { programs.nushell = { enable = true; shellAliases = { + vi = "hx"; ll = "ls -l"; ts = "tailscale"; copy = "wl-copy"; |
