dotfiles/Readme.md
2025-04-22 05:38:48 +08:00

22 lines
245 B
Markdown

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