# shorten alias a() { alias \ "${@}" } # swap directory (current ↔ previous) sd() { cd \ - || return } # exit terminal x() { exit \ "${@}" }