diff --git a/install.sh b/install.sh index 02aeb7d..32bb143 100755 --- a/install.sh +++ b/install.sh @@ -72,7 +72,11 @@ if $ZSH; then ln -s $PWD/zsh/.zshrc $HOME/.zshrc 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 #################################################