aliases and cleanup
This commit is contained in:
parent
d99638ed40
commit
1f5b5d026b
4 changed files with 18 additions and 4 deletions
7
zshrc
7
zshrc
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue