1 parent 31cc14b commit 6db623dCopy full SHA for 6db623d
2 files changed
zsh/.zshrc
@@ -36,6 +36,7 @@ zinit light-mode lucid for OMZL::history.zsh # history with time stamps
36
37
# Tools
38
zinit snippet ${ZDOTDIR}/tools/direnv.zsh
39
+zinit snippet ${ZDOTDIR}/tools/mise.zsh
40
zinit snippet ${ZDOTDIR}/tools/starship.zsh
41
zinit snippet ${ZDOTDIR}/tools/zoxide.zsh
42
zsh/tools/mise.zsh
@@ -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