summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-02-05 17:48:58 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-02-05 17:48:58 -0700
commitf00180a3ffedee111d28486f9b5b38d6df6b0fce (patch)
tree5d39aebead57127bcc71a9c12d16001ca0fae155 /modules/home-manager
parent1386b16be14c2dfd813a6ed07fbc6f65a101b4ea (diff)
alias vi to hx for ssh
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/shell.nix1
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";