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
|
||||
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||
path+=("$XDG_DATA_HOME"/JetBrains/Toolbox/scripts) # jetbrains toolbox
|
||||
path+=("$XDG_DATA_HOME/mise/shims") # mise
|
||||
{{- end }}
|
||||
path+=("$HOME"/.local/bin) # local bin
|
||||
|
||||
|
@ -32,7 +33,9 @@ antidote load
|
|||
smartcache eval zoxide init --cmd cd zsh
|
||||
smartcache eval atuin init zsh
|
||||
smartcache eval direnv hook zsh
|
||||
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||
smartcache eval mise activate zsh
|
||||
{{- end }}
|
||||
|
||||
# source files
|
||||
source "$ZDOTDIR"/files/aliases.zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue