Skip to content

Commit

Permalink
Fix realpath on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed Mar 29, 2024
1 parent 48e30d0 commit f9d06cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if ! command -v realpath &> /dev/null; then
done
REALPATH="$PWD/$(basename "$1")"
cd "$OURPWD"
#echo "$REALPATH"
echo "$REALPATH"
}
fi

Expand Down

0 comments on commit f9d06cc

Please sign in to comment.