bashrc
alias e='exit' alias ll='ls -al' cd() { builtin cd "$@" && ll && pwd } alias cls='clear'
文章目录