zoxide for all

This commit is contained in:
Daniel Mevec 2024-02-23 17:58:53 +01:00
parent 32f899dc44
commit 2ca4226f4d

View file

@ -133,9 +133,7 @@ tere() {
local result=$(command tere "$@") local result=$(command tere "$@")
[ -n "$result" ] && cd -- "$result" [ -n "$result" ] && cd -- "$result"
} }
eval "$(zoxide init --cmd cd zsh)"
{{ else if eq .chezmoi.hostname "t450s" }} {{ else if eq .chezmoi.hostname "t450s" }}
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
{{ end }} {{ end }}
eval "$(zoxide init --cmd cd zsh)"