Add FZF_DEFAULT_OPTS environmental variable to ZSH configuration.

This commit is contained in:
inference 2023-04-27 09:40:23 +01:00
parent 16a908f9aa
commit 7904c1da88
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -4,11 +4,12 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 7.3.1.22
# Version: 7.4.0.23
# Temporarily export variables until permanent solution is found
export LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"
export FZF_DEFAULT_OPTS="--extended"
# Prompt
PROMPT="%n@%M - %~/ : %# "