fix order

This commit is contained in:
Thomas Avé 2023-05-17 16:56:54 +02:00
parent 21515e1ff1
commit 8f004d3ba7
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 $HOME/.smartcd_config $PWD/zsh/.smartcd_config ln -s $PWD/zsh/.smartcd_config $HOME/.smartcd_config
fi fi
################################################# #################################################