fixed zshrc on other systems, mise not installed
This commit is contained in:
parent
887b73a6c5
commit
e5eb6ae909
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@ unsetopt FLOW_CONTROL
|
||||||
typeset -U path PATH
|
typeset -U path PATH
|
||||||
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||||
path+=("$XDG_DATA_HOME"/JetBrains/Toolbox/scripts) # jetbrains toolbox
|
path+=("$XDG_DATA_HOME"/JetBrains/Toolbox/scripts) # jetbrains toolbox
|
||||||
|
path+=("$XDG_DATA_HOME/mise/shims") # mise
|
||||||
{{- end }}
|
{{- end }}
|
||||||
path+=("$HOME"/.local/bin) # local bin
|
path+=("$HOME"/.local/bin) # local bin
|
||||||
|
|
||||||
|
@ -32,7 +33,9 @@ antidote load
|
||||||
smartcache eval zoxide init --cmd cd zsh
|
smartcache eval zoxide init --cmd cd zsh
|
||||||
smartcache eval atuin init zsh
|
smartcache eval atuin init zsh
|
||||||
smartcache eval direnv hook zsh
|
smartcache eval direnv hook zsh
|
||||||
|
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||||
smartcache eval mise activate zsh
|
smartcache eval mise activate zsh
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
# source files
|
# source files
|
||||||
source "$ZDOTDIR"/files/aliases.zsh
|
source "$ZDOTDIR"/files/aliases.zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue