diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index d26d664..9405212 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -221,6 +221,7 @@ export PATH="$HOME/.cargo/bin:$PATH" if [[ "$(uname -s)" == "Linux" ]] && [[ "$(uname -m)" == "x86_64" ]]; then export PATH="$SCR/bin/linux-x64:$PATH" fi +export PATH="$PATH:." # Lisp wrapper lisp() {