rework smartcd

This commit is contained in:
Thomas Avé 2023-05-17 16:28:59 +02:00
parent cc5c73095f
commit 61da99a39d
1 changed files with 5 additions and 1 deletions

View File

@ -72,7 +72,11 @@ if $ZSH; then
ln -s $PWD/zsh/.zshrc $HOME/.zshrc ln -s $PWD/zsh/.zshrc $HOME/.zshrc
mkdir -p $HOME/.local/state/zsh/ mkdir -p $HOME/.local/state/zsh/
curl -L http://smartcd.org/install | bash git clone git@github.com:cxreg/smartcd.git /tmp/smartcd
cd /tmp/smartcd
make install
source load_smartcd
smartcd config
fi fi
################################################# #################################################