clear old record

This commit is contained in:
lostecho
2024-06-17 22:24:52 +08:00
commit bd8d6c1b6d
698 changed files with 23061 additions and 0 deletions

14
journals/2023_04_02.md Normal file
View 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))