Skip to content

Commit 7533b1c

Browse files
committed
🛠 fix: zsh tools bootstrap script
1 parent 13c3ad2 commit 7533b1c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

zsh/tools/direnv.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
zinit from"gh-r" \
44
as"program" \
55
mv"direnv* -> direnv" \
6-
atclone'./direnv hook zsh > zhook.zsh' \
6+
atclone'direnv hook zsh > zhook.zsh' \
77
atpull'%atclone' \
88
pick"direnv" \
99
src="zhook.zsh" for \

zsh/tools/mise.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
zinit from"gh-r" \
44
as"program" \
55
mv"mise* -> mise" \
6-
atclone'./mise activate zsh > zhook.zsh' \
6+
atclone'mise activate zsh > zhook.zsh' \
77
atpull'%atclone' \
88
pick"mise" \
99
src="zhook.zsh" for \

zsh/tools/starship.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
zinit ice from"gh-r" \
44
as"command" \
5-
atclone"./starship init zsh > init.zsh; ./starship completions zsh > _starship" \
5+
atclone"starship init zsh > init.zsh; ./starship completions zsh > _starship" \
66
atpull"%atclone" \
77
src"init.zsh"
88

zsh/tools/zoxide.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
zinit from"gh-r" \
44
as"program" \
55
mv"zoxide* -> zoxide" \
6-
atclone'./zoxide init zsh > zhook.zsh' \
6+
atclone'zoxide init zsh > zhook.zsh' \
77
atpull'%atclone' \
88
pick"zoxide" \
99
src="zhook.zsh" for \

0 commit comments

Comments
 (0)