dotfiles

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

commit 20a480296e45814bcd881f08fb3f8e2d49644611
parent efd576475f9382a253b7676e34e98de665a50888
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 14 May 2021 17:31:29 -0700

Remove pyenv commands from .zshrc if not on macOS

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

diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl @@ -33,8 +33,10 @@ alias spt="spotify-tui" {{ end -}} # evals eval "$(starship init zsh)" +{{ if eq .chezmoi.os "darwin" -}} eval "$(pyenv init -)" #eval "$(pyenv virtualenv-init -)" +{{ end -}} {{ if eq .chezmoi.hostname "voidbert" -}} # sway if [ "$(tty)" = "/dev/tty1" ]; then