Add relative path using pwd

This commit is contained in:
Leon Grünewald 2020-02-18 22:29:42 +01:00
parent d27eaf28e6
commit e7cf04dcb1

View file

@ -1,5 +1,5 @@
# Use Oh My Zsh
export ZSH="/home/dhalucario/.oh-my-zsh"
export ZSH="$(pwd)/.oh-my-zsh"
source $ZSH/oh-my-zsh.sh
# Use zplug
@ -7,4 +7,3 @@ source ~/.zplug/init.zsh
# Use custom config
source /home/dhalucario/.devconf/zshcfg/init.zsh