diff options
Diffstat (limited to '.env')
-rw-r--r-- | .env | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ if [[ $TERM =~ 'st' ]]; then fi export TERMINAL=$TERMINAL +[ -f /usr/share/z/z.sh -o -f /usr/local/share/z/z.sh ] && export _Z_CMD='j' + export FZF_DEFAULT_COMMAND='find . -type f' if [ -f /usr/bin/fd ];then export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git' |