From 61da99a39d46bf24eda86bc492f475ff15dc7f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Wed, 17 May 2023 16:28:59 +0200 Subject: [PATCH] rework smartcd --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 #################################################