From 18954a5626c73e5e8ec078f0a82d677f7b11a0e5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Apr 2016 15:11:30 +0200 Subject: [PATCH] Do not specify the absolute path --- configurations/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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