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 ## USAGE
```shell ```shell
# 找一个地方clone本仓库 例如 ~/.config
git clone https://github.com/yaocccc/omz
# 进入你的zsh配置目录 例如 ~/.config/zsh # 在你的zsh配置里 source ~/.config/omz/omz.zsh (举例)
cd ~/.config/zsh echo "source ~/config/omz/omz.zsh" >> $ZSH/init.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
``` ```
## UPDATE ## UPDATE

View File

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