Updated zshrc for anyenv

This commit is contained in:
acicchetti 2018-10-19 15:31:57 -04:00
parent ddac3fc65c
commit 227e24a494

View file

@ -50,6 +50,7 @@ antigen theme https://github.com/denysdovhan/spaceship-prompt spaceship
antigen apply
alias 'onedrive-journal'="journalctl --user-unit onedrive -f"
alias exa="exa -l --git"
eval $(thefuck --alias oops)
# pip 10.0.1 zsh completion start
@ -64,10 +65,12 @@ function _pip_completion {
compctl -K _pip_completion pip
# pip zsh completion end
if [[ -a $HOME/.zshenv ]]; then
source $HOME/.zshenv
if [[ -a $HOME/.zshsrc ]]; then
source $HOME/.zshsrc
else
printf "No zshenv\nOne has been created"
touch $HOME/.zshenv
printf "No zshsrc\nOne has been created"
touch $HOME/.zshsrc
fi
export PATH="$HOME/.anyenv/bin:$PATH"
eval "$(anyenv init -)"