Fix #52: Send any `cd` output to /dev/null
@ -6,7 +6,7 @@ else
current_script_path=$0
fi
asdf_dir=$(cd $(dirname $current_script_path); echo $(pwd))
asdf_dir=$(cd $(dirname $current_script_path) &> /dev/null; echo $(pwd))
export PATH="${asdf_dir}/bin:${asdf_dir}/shims:$PATH"
if [ -n "$ZSH_VERSION" ]; then
The note is not visible to the blocked user.