From 6f58c0bf5cb8fceb08f01cc34e8d7fa6b57249e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 18 May 2020 09:31:35 +0200 Subject: [PATCH] Updated zshrc Signed-off-by: Marcin Wozniak --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index c3446f0..116b7e8 100644 --- a/.zshrc +++ b/.zshrc @@ -21,6 +21,7 @@ source $HOME/Linux/configs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh &> source $HOME/Linux/configs/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh &>> /dev/null [ ! -d $HOME/.config/fzf ] && git clone https://github.com/junegunn/fzf.git $HOME/.config/fzf [ -f $HOME/.config/fzf/shell/key-bindings.zsh ] && source $HOME/.config/fzf/shell/key-bindings.zsh +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh FPATH=/usr/local/share/zsh/site-functions:$FPATH xset s off -dpms &>> /dev/null xset b off &>> /dev/null