change path
This commit is contained in:
parent
73f597ffcb
commit
1e10d1ce3b
1 changed files with 0 additions and 6 deletions
|
@ -114,16 +114,10 @@ function preexec {
|
||||||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||||||
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
|
||||||
|
|
||||||
{{ if eq .chezmoi.hostname "SpectreOS" "brothertec" -}}
|
|
||||||
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
source ~/.fzf/key-bindings.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'
|
alias wezterm='flatpak run org.wezfurlong.wezterm'
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue