summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 33d8864..463a818 100644
--- a/.zshrc
+++ b/.zshrc
@@ -128,3 +128,5 @@ alias dotfiles="/usr/bin/git --git-dir=$HOME/Documents/repos/.dotfiles/ --work-t
# kitty ssh fix
[[ "$TERM" == "xterm-kitty" ]] && alias ssh="TERM=xterm-256color ssh"
+
+export FZF_DEFAULT_COMMAND='find -L'