Yuan dotfile === zsh --- ### 基本快速鍵 * `ctrl+l`: 清空螢幕 * `ctrl+u`: 刪除一整行 ### .zshrc 使用 zinit 作為套件管理程式 #### 更新所有套件 ``` # Self update zinit self-update # Plugin update zinit update ```