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 da453bb..b2617cc 100644
--- a/modules/home-manager/shell.nix
+++ b/modules/home-manager/shell.nix
@@ -4,6 +4,7 @@ in {
programs.nushell = {
enable = true;
shellAliases = {
+ ok = "onlykey-cli";
vi = "hx";
ll = "ls -l";
ts = "tailscale";