Do not specify the absolute path
This commit is contained in:
parent
a4299a760a
commit
18954a5626
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue