From 5edc815cd18f3070790c61861b9bb68aaa6c8f57 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Fri, 6 Oct 2023 16:16:26 +0200 Subject: [PATCH] add new bindings --- .chezmoitemplates/zshrc_linux.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index e355f12..d91d275 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -114,7 +114,7 @@ function preexec { export PNPM_HOME="$HOME/.local/share/pnpm" export PATH="$PATH:$HOME/bin:$HOME/.local/bin" -{{ if eq .chezmoi.hostname "SpectreOS" -}} +{{ 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