Add relative path using pwd
This commit is contained in:
parent
d27eaf28e6
commit
e7cf04dcb1
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Use Oh My Zsh
|
# Use Oh My Zsh
|
||||||
export ZSH="/home/dhalucario/.oh-my-zsh"
|
export ZSH="$(pwd)/.oh-my-zsh"
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Use zplug
|
# Use zplug
|
||||||
|
@ -7,4 +7,3 @@ source ~/.zplug/init.zsh
|
||||||
|
|
||||||
# Use custom config
|
# Use custom config
|
||||||
source /home/dhalucario/.devconf/zshcfg/init.zsh
|
source /home/dhalucario/.devconf/zshcfg/init.zsh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue