summaryrefslogtreecommitdiff
path: root/home/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/zsh/zshrc')
-rw-r--r--home/zsh/zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/zsh/zshrc b/home/zsh/zshrc
index 0d53e0d..6a366a0 100644
--- a/home/zsh/zshrc
+++ b/home/zsh/zshrc
@@ -39,6 +39,10 @@ alias diff="diff --color=auto"
alias vim="nvim"
alias ssh='TERM=xterm-256color ssh' # xterm-kitty bad
+# zoxide
+eval "$(zoxide init zsh)"
+alias cd="z"
+
# nix rebuild
alias rs="sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)"
alias rh="home-manager switch --flake ~/.config/nix#$(hostname)"