其實只要在用戶目錄下創建一個腳本「.bash_profile」,並輸入如下內容便可: linux
alias ll='ls -alF' bash
alias la='ls -A' spa
alias l='ls -CF' ci
而後 source .bash_profile file