From bf4461d02ae20564321c285fe2756cde589d58e7 Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Sat, 6 Sep 2025 23:40:25 +0200 Subject: [PATCH] flake --- _zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_zshrc b/_zshrc index a02d09f..feca1dd 100755 --- a/_zshrc +++ b/_zshrc @@ -32,10 +32,10 @@ zle -N zle-keymap-select [ -f "$HOME/.bashrc" ] && emulate sh -c "source $HOME/.bashrc" -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -source /usr/share/fzf/key-bindings.zsh -source /usr/share/fzf/completion.zsh +[ -f "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ] && source "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" +[ -f "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" ] && source "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" +[ -f "/usr/share/fzf/key-bindings.zsh" ] && source "/usr/share/fzf/key-bindings.zsh" +[ -f "/usr/share/fzf/completion.zsh" ] && source "/usr/share/fzf/completion.zsh" setopt interactivecomments setopt HIST_IGNORE_SPACE