diff options
author | Samuel Johnson <[email protected]> | 2025-01-27 16:36:34 -0500 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-01-27 16:36:34 -0500 |
commit | 7c9fb3660733c3735e1500baa347674b2ed86f6c (patch) | |
tree | 53fcd2a6e493d11a6e8120418cd539122119cad2 /.zshrc | |
parent | 52a12ad842257b6bcb267b5e0d18c3c10816cf03 (diff) |
Update lf to prefer vim over nvim
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |