diff --git a/configurations/.zshrc b/configurations/.zshrc index 35e5898..2f46565 100644 --- a/configurations/.zshrc +++ b/configurations/.zshrc @@ -1,5 +1,5 @@ # Path to your oh-my-zsh installation. - export ZSH=/home/florian/.oh-my-zsh +export ZSH="$HOME/.oh-my-zsh" # Set name of the theme to load. # Look in ~/.oh-my-zsh/themes/ @@ -80,3 +80,6 @@ export EDITOR='vim' # alias ohmyzsh="mate ~/.oh-my-zsh" source ~/.zshrc_perso + +# added by travis gem +[ -f /home/florian/.travis/travis.sh ] && source /home/florian/.travis/travis.sh