dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 0a5a361145d53078f53bc5aa9428f284cbde4361
parent d38ac69e2e8d21285f71b9545021c38b71d1b419
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 30 May 2021 15:42:25 +0200

shell: source fzf in zsh

Diffstat:
Mshell/zshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/shell/zshrc b/shell/zshrc @@ -69,6 +69,7 @@ source_if_exists $DOTFILES/shell/powerlevel10k/powerlevel10k.zsh-theme # FZF for fuzzy finding source_if_exists "$DOTFILES"/tools/fzf/shell/completion.zsh source_if_exists "$DOTFILES"/tools/fzf/shell/key-bindings.zsh +source_if_exists "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh # Ruby bundler plugin, automatically runs binstub in .bin or `bundle exec`s source_if_exists $DOTFILES/shell/zsh-plugins/bundler.plugin.zsh