Skip to content

Commit 6db623d

Browse files
committed
✨ feat: Add mise to zsh
1 parent 31cc14b commit 6db623d

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

zsh/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ zinit light-mode lucid for OMZL::history.zsh # history with time stamps
3636

3737
# Tools
3838
zinit snippet ${ZDOTDIR}/tools/direnv.zsh
39+
zinit snippet ${ZDOTDIR}/tools/mise.zsh
3940
zinit snippet ${ZDOTDIR}/tools/starship.zsh
4041
zinit snippet ${ZDOTDIR}/tools/zoxide.zsh
4142

zsh/tools/mise.zsh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/zsh
2+
3+
zinit from"gh-r" \
4+
as"program" \
5+
mv"mise* -> mise" \
6+
atclone'./mise activate zsh > zhook.zsh' \
7+
atpull'%atclone' \
8+
pick"mise" \
9+
src="zhook.zsh" for \
10+
jdx/mise

0 commit comments

Comments
 (0)