summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-01-27 16:36:34 -0500
committerSamuel Johnson <[email protected]>2025-01-27 16:36:34 -0500
commit7c9fb3660733c3735e1500baa347674b2ed86f6c (patch)
tree53fcd2a6e493d11a6e8120418cd539122119cad2 /.zshrc
parent52a12ad842257b6bcb267b5e0d18c3c10816cf03 (diff)
Update lf to prefer vim over nvim
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'