1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-22 19:01:50 +08:00

fix(zshrc): direnv and bat

This commit is contained in:
Ryan 2024-03-21 10:36:33 +08:00
parent 02ce96b663
commit 55ecd4440b

8
.zshrc
View File

@ -38,10 +38,10 @@ if ! command -v bat &> /dev/null ; then
zinit light sharkdp/bat zinit light sharkdp/bat
fi fi
if ! command -v direnv &> /dev/null; then zinit from"gh-r" as"program" mv"direnv* -> direnv" \
zinit ice from"gh-r" as"program" mv"direnv* -> direnv" atclone'./direnv hook zsh > zhook.zsh' atpull'%atclone' \
zinit light direnv/direnv pick"direnv" src="zhook.zsh" for \
fi direnv/direnv
autoload -Uz _zinit autoload -Uz _zinit
(( ${+_comps} )) && _comps[zinit]=_zinit (( ${+_comps} )) && _comps[zinit]=_zinit