From 25d17c52125a6634064cc981167f432ba9c57e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Wed, 17 May 2023 17:01:50 +0200 Subject: [PATCH] More Smartcd --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #################################################