clear old record
This commit is contained in:
14
journals/2023_04_02.md
Normal file
14
journals/2023_04_02.md
Normal file
@@ -0,0 +1,14 @@
|
||||
- 安装zsh #linux
|
||||
- ```zsh
|
||||
yay -S zsh
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
cd ~/.oh-my-zsh/plugins
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions
|
||||
vim ~/.zshrc
|
||||
# plugins=( git sudo zsh-syntax-highlighting zsh-autosuggestions history-substring-search )
|
||||
|
||||
# DISABLE_UPDATE_PROMPT=true to .zshrc
|
||||
omz update
|
||||
```
|
||||
- ((64844eb4-e9d1-4d00-9a5c-7227c805b39a))
|
||||
Reference in New Issue
Block a user