More Smartcd

This commit is contained in:
Thomas Avé 2023-05-17 17:01:50 +02:00
parent 8f004d3ba7
commit 25d17c5212
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ if $ZSH; then
git clone https://github.com/cxreg/smartcd.git /tmp/smartcd git clone https://github.com/cxreg/smartcd.git /tmp/smartcd
cd /tmp/smartcd cd /tmp/smartcd
make install make install
ln -s $PWD/zsh/.smartcd_config $HOME/.smartcd_config ln -s $XDG_CONFIG_HOME/zsh/.smartcd_config $HOME/.smartcd_config
fi fi
################################################# #################################################