diff --git a/install.sh b/install.sh index 0970298..cc4312b 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 $PWD/zsh/.smartcd_config $HOME/.smartcd_config + ln -s $XDG_CONFIG_HOME/zsh/.smartcd_config $HOME/.smartcd_config fi #################################################