summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";