Do not specify the absolute path

This commit is contained in:
Chocobozzz 2016-04-29 15:11:30 +02:00
parent a4299a760a
commit 18954a5626
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Path to your oh-my-zsh installation. # 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. # Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/ # Look in ~/.oh-my-zsh/themes/
@ -80,3 +80,6 @@ export EDITOR='vim'
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
source ~/.zshrc_perso source ~/.zshrc_perso
# added by travis gem
[ -f /home/florian/.travis/travis.sh ] && source /home/florian/.travis/travis.sh