From 51213147616b00a88e295926cf4d195e5a379908 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 20 Jun 2024 13:09:22 +0200 Subject: Testing --- .config/zsh/.zshrc | 4 ---- 1 file changed, 4 deletions(-) (limited to '.config/zsh/.zshrc') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 99f59d7..da20ab1 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -42,10 +42,6 @@ stty start undef ########## Source Plugins, should be last ########## #source /usr/share/nvm/init-nvm.sh -# Load fzf keybindings and completion -#source /usr/local/bin/fzf/shell/key-bindings.zsh -#source /usr/local/bin/fzf/shell/completion.zsh - # Load fzf keybindings and completion if fzf is installed if command -v fzf > /dev/null 2>&1; then FZF_BASE="/usr/share/fzf" -- cgit v1.2.3