Added fzf settings

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-06-20 05:36:14 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-06-20 05:36:14 +0200
Commit 2950b43b044107d5856cae68bc75d0db7ddfa30d (patch)
-rwxr-xr-x shenanigans.sh 4
1 files changed, 4 insertions, 0 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
...
52
export PATH=$HOME/go/bin:$PATH
52
export PATH=$HOME/go/bin:$PATH
53
export PATH=/usr/local/go/bin:$PATH
53
export PATH=/usr/local/go/bin:$PATH
54
  
54
  
  
55
# FZF settings.
  
56
  
  
57
export FZF_DEFAULT_COMMAND='rg --files --hidden'
  
58
  
55
# History and search. Stolen from J.
59
# History and search. Stolen from J.
56
  
60
  
57
HISTCONTROL=ignoreboth
61
HISTCONTROL=ignoreboth
...