From b5c9d981db025b65fa3a9ccc1270a8ace07a7297 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sun, 17 Dec 2023 23:25:21 +0000 Subject: [PATCH] change path --- .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 23a1976..c61ec9e 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -116,7 +116,7 @@ export PATH="$PATH:$HOME/bin:$HOME/.local/bin" source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source ~/.fzf/key-bindings.zsh +source ~/.fzf/shell/key-bindings.zsh alias wezterm='flatpak run org.wezfurlong.wezterm' export EDITOR=vim