diff --git a/.zshrc b/.zshrc index 285366d..59e222f 100644 --- a/.zshrc +++ b/.zshrc @@ -16,7 +16,7 @@ if ! command -v realpath &> /dev/null; then done REALPATH="$PWD/$(basename "$1")" cd "$OURPWD" - #echo "$REALPATH" + echo "$REALPATH" } fi