dotfiles

[ACTIVE] managed with chezmoi
git clone git://git.figbert.com/dotfiles.git
Log | Files | Refs

commit 478a7ae6391bacb1b3d484229f976256b71dd8c1
parent 05cfd7a9579a93a3e11c4c8d3b329d083be76223
Author: FIGBERT <figbert@figbert.com>
Date:   Wed, 16 Jun 2021 16:01:57 -0700

Add zoxide init to .zshrc

Diffstat:
Mdot_zshrc.tmpl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl @@ -34,6 +34,7 @@ alias spt="spotify-tui" {{ end -}} # evals eval "$(starship init zsh)" +eval "$(zoxide init zsh)" {{ if eq .chezmoi.os "darwin" -}} eval "$(pyenv init -)" #eval "$(pyenv virtualenv-init -)"