From 1e10d1ce3b037b0db48625231d106ea4da05581b Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sun, 17 Dec 2023 23:22:08 +0000 Subject: [PATCH] change path --- .chezmoitemplates/zshrc_linux.tmpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index 94deb30..23a1976 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -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