diff --git a/install.sh b/install.sh index 4992a6e..0970298 100755 --- a/install.sh +++ b/install.sh @@ -75,7 +75,7 @@ if $ZSH; then git clone https://github.com/cxreg/smartcd.git /tmp/smartcd cd /tmp/smartcd make install - ln -s $HOME/.smartcd_config $PWD/zsh/.smartcd_config + ln -s $PWD/zsh/.smartcd_config $HOME/.smartcd_config fi #################################################