change path

This commit is contained in:
Simon Rieger 2023-12-17 23:22:08 +00:00
parent 73f597ffcb
commit 1e10d1ce3b

View file

@ -114,16 +114,10 @@ function preexec {
export PNPM_HOME="$HOME/.local/share/pnpm"
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
{{ if eq .chezmoi.hostname "SpectreOS" "brothertec" -}}
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
source /usr/share/fzf/shell/key-bindings.zsh
alias wezterm='flatpak run org.wezfurlong.wezterm'
{{ end -}}
export EDITOR=vim