Add fzf to ZSH configuration file.

This commit is contained in:
inference 2023-04-27 09:36:23 +01:00
parent e7a6931ec3
commit c036564d97
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -4,7 +4,7 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 7.2.2.20
# Version: 7.3.0.21
# Temporarily export variables until permanent solution is found
@ -60,3 +60,7 @@ fi
if [[ -f ~/.zsh-alias-user ]]; then
. ~/.zsh-alias-user
fi
# fzf
source /etc/fzf/completion-zsh
source /usr/share/fzf/key-bindings.zsh