This commit is contained in:
chenyc 2022-12-12 11:32:29 +08:00
parent e661c0a280
commit e49b5d4644
2 changed files with 5 additions and 6 deletions

View File

@ -19,13 +19,11 @@ fork自 oh my zsh更纯净 更快速
## USAGE
```shell
# 找一个地方clone本仓库 例如 ~/.config
git clone https://github.com/yaocccc/omz
# 进入你的zsh配置目录 例如 ~/.config/zsh
cd ~/.config/zsh
git submodule add https://github.com/yaocccc/omz
# 在你的zsh配置里 source ~/.config/zsh/omz/omz.zsh (举例)
echo "source $ZSH/omz/omz.zsh" >> $ZSH/init.zsh
# 在你的zsh配置里 source ~/.config/omz/omz.zsh (举例)
echo "source ~/config/omz/omz.zsh" >> $ZSH/init.zsh
```
## UPDATE

View File

@ -19,6 +19,7 @@ function finalise {
rm "${UEBERZUG_FIFO}"
&>/dev/null \
kill $(jobs -p)
killall ueberzug
}
function draw_preview {