diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-07-15 04:55:52 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-07-15 04:55:52 +0000 |
| commit | 2100fb2e8d8acc10759e8c80d613de817ee61ac3 (patch) | |
| tree | 0298228e89d04dd994fd2a9e4a9c2751e809cf9f /modules | |
| parent | a440c86600f6305d42beb46829e4b6e8fbd9c084 (diff) | |
new alias
Diffstat (limited to 'modules')
| -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 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"; |
