跳到主內容

【zsh】如何設定快捷鍵

編輯登入執行檔

vim ~/.zshrc 
# 加上你要設定的alias
alias ll="ls -alF"

重新載入或是關掉終端機再開

. ~/.zshrc
# 或是
source ~/.zshrc