aliases and cleanup

This commit is contained in:
crater2150 2020-04-29 10:24:49 +02:00
parent d99638ed40
commit 1f5b5d026b
4 changed files with 18 additions and 4 deletions

7
zshrc
View file

@ -61,5 +61,12 @@ if exists stack; then
eval "$(stack --bash-completion-script stack)"
fi
if exists pyenv; then
eval "$(pyenv init -)"
if pyenv commands | grep -q 'virtualenv'; then
eval "$(pyenv virtualenv-init -)"
fi
fi
exists todo && todo
exists thefuck && eval $(thefuck --alias)