diff options
| author | Skullheadx <andrew@andrew-montgomery.dev> | 2026-06-30 12:42:43 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@andrew-montgomery.dev> | 2026-06-30 12:42:43 -0400 |
| commit | 87ce8154c8e2297051f25d5bfe5260badb4a495d (patch) | |
| tree | 613aaba7f18d6eece41da0d533f7af14a93a6b5a /zsh.nix | |
| parent | yank paste to system clipboard (diff) | |
| download | nixos-87ce8154c8e2297051f25d5bfe5260badb4a495d.tar.gz nixos-87ce8154c8e2297051f25d5bfe5260badb4a495d.tar.bz2 nixos-87ce8154c8e2297051f25d5bfe5260badb4a495d.zip | |
add zoxide
Diffstat (limited to 'zsh.nix')
| -rw-r--r-- | zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ ''; interactiveShellInit = '' eval "$(direnv hook zsh)" + eval "$(zoxide init zsh)" setopt autocd extendedglob nomatch notify |
