# change current directory to its parent
alias ..="\
cd .. \
"
# import source file
alias src="\
source \
# exit terminal
alias x="\
exit \