change path
This commit is contained in:
parent
3a2ae744d5
commit
73f597ffcb
1 changed files with 3 additions and 3 deletions
|
@ -115,9 +115,9 @@ export PNPM_HOME="$HOME/.local/share/pnpm"
|
|||
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
|
||||
|
||||
{{ if eq .chezmoi.hostname "SpectreOS" "brothertec" -}}
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source /usr/share/fzf/key-bindings.zsh
|
||||
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source ~/.fzf/key-bindings.zsh
|
||||
{{ else -}}
|
||||
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
|
Loading…
Reference in a new issue