diff --git a/deploy.sh b/deploy.sh index 06fd28e..832cf11 100755 --- a/deploy.sh +++ b/deploy.sh @@ -35,5 +35,5 @@ fi if [ ! -L $HOME/.oh-my-zsh/custom/themes ] then - ln -fs $PWD fb-custom.zsh-theme $HOME/.oh-my-zsh/custom/themes/fb-custom.zsh-theme + ln -fs $PWD/fb-custom.zsh-theme $HOME/.oh-my-zsh/custom/themes/fb-custom.zsh-theme fi