一: 用戶目錄下創建一個腳本「.bash_profile」,並輸入如下內容便可: bash
alias ll='ls -alF'spa
alias la='ls -A'file
alias l='ls -CF'腳本
二: source .bash_profile
搞定!