From 2ca4226f4dc92ef374a80da7939b12386036533e Mon Sep 17 00:00:00 2001 From: polymachine Date: Fri, 23 Feb 2024 17:58:53 +0100 Subject: [PATCH] zoxide for all --- dot_zshrc.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 6feafddd..d31d06e0 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -133,9 +133,7 @@ tere() { local result=$(command tere "$@") [ -n "$result" ] && cd -- "$result" } - -eval "$(zoxide init --cmd cd zsh)" {{ else if eq .chezmoi.hostname "t450s" }} export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" {{ end }} - +eval "$(zoxide init --cmd cd zsh)"