Add current directory to PATH in zshrc

This commit is contained in:
2026-02-28 12:05:20 +08:00
committed by GitHub
parent 38857bebbe
commit 1ed27f61d8
+1
View File
@@ -221,6 +221,7 @@ export PATH="$HOME/.cargo/bin:$PATH"
if [[ "$(uname -s)" == "Linux" ]] && [[ "$(uname -m)" == "x86_64" ]]; then if [[ "$(uname -s)" == "Linux" ]] && [[ "$(uname -m)" == "x86_64" ]]; then
export PATH="$SCR/bin/linux-x64:$PATH" export PATH="$SCR/bin/linux-x64:$PATH"
fi fi
export PATH="$PATH:."
# Lisp wrapper # Lisp wrapper
lisp() { lisp() {