From 2e89349994147981421bfd0cc28c65a24939cb3f Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 11 Dec 2019 15:23:21 +0100 Subject: [PATCH] updated stuff --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 12c1d0d..335b05b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -21,11 +21,11 @@ for file in $ZDOTDIR/plgs/*.zsh; do source "$file"; done if [[ $(grep -E "^ID" /etc/*release | cut -d= -f2) == "arch" ]]; then source $fzf/completion.zsh source $fzf/key-bindings.zsh + source $share/doc/pkgfile/command-not-found.zsh else source $share/doc/fzf/examples/key-bindings.zsh fi -source $share/doc/pkgfile/command-not-found.zsh source $ZDOTDIR/tmux/tmux.zsh [[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh