summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-07-15 04:55:52 +0000
committerDevin Finlinson <devin.finlinson@pm.me>2024-07-15 04:55:52 +0000
commit2100fb2e8d8acc10759e8c80d613de817ee61ac3 (patch)
tree0298228e89d04dd994fd2a9e4a9c2751e809cf9f /modules/home-manager
parenta440c86600f6305d42beb46829e4b6e8fbd9c084 (diff)
new alias
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 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";