[ "${RWX_SHELL}" = "bash" ] || return # shellcheck disable=SC3033 ..() { cd .. } # shellcheck disable=SC3033 ...() { cd ../.. } # shellcheck disable=SC3033 ....() { cd ../../.. } # shellcheck disable=SC3033 .....() { cd ../../../.. }