@ -22,7 +22,7 @@ goto()
then
[ -z "$goto" ] && return 1
cd "$pos/$goto" || return 1
dir="$pos/$goto"
dir="$(realpath "$pos/$goto")"
else
return 1
fi