File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 43
43
- [ zqs-enable-ssh-key-loading] ( #zqs-enable-ssh-key-loading )
44
44
- [ zqs-disable-zmv-autoloading] ( #zqs-disable-zmv-autoloading )
45
45
- [ zqs-enable-zmv-autoloading] ( #zqs-enable-zmv-autoloading )
46
- - [ ` zqs-disable-zsh-profiling] ( #zqs-disable-zsh-profiling )
47
- - [ ` zqs-enable-zsh-profiling] ( #zqs-enable-zsh-profiling )
46
+ - [ zqs-disable-zsh-profiling] ( #zqs-disable-zsh-profiling )
47
+ - [ zqs-enable-zsh-profiling] ( #zqs-enable-zsh-profiling )
48
48
- [ zqs selfupdate] ( #zqs-selfupdate )
49
49
- [ zqs update] ( #zqs-update )
50
50
- [ zqs update-plugins] ( #zqs-update-plugins )
@@ -323,11 +323,11 @@ Don't run `autoload -U zmv` when creating a new session.
323
323
324
324
Run ` autoload -U zmv ` when creating a new session. This is the default behavior.
325
325
326
- ##### ` zqs-disable-zsh-profiling
326
+ ##### zqs-disable-zsh-profiling
327
327
328
328
Disable ZSH's profiler. This is the default.
329
329
330
- ##### ` zqs-enable-zsh-profiling
330
+ ##### zqs-enable-zsh-profiling
331
331
332
332
Turn on ZSH's profiler
333
333
Original file line number Diff line number Diff line change
1
+ if [ -f ~/.local/bin/mise ]; then
2
+ eval "$(~/.local/bin/mise activate zsh)"
3
+ elif [ -f /opt/homebrew/bin/mise ]; then
4
+ eval "$(/opt/homebrew/bin/mise activate zsh --shims)"
5
+ elif [ -f /usr/local/bin/mise ]; then
6
+ eval "$(/usr/local/bin/mise activate zsh)"
7
+ fi
You can’t perform that action at this time.
0 commit comments