add fzf-lua

This commit is contained in:
2023-11-10 15:49:08 +00:00
parent 15fe57263c
commit 8cf2a07e8c
5 changed files with 19 additions and 11 deletions

View File

@@ -11,10 +11,11 @@ export LESS=RX # R for ANSI color sequences, X to not clear screen on exit
export FZF_DEFAULT_OPTS="--multi --height=40% --layout=reverse"
export GOPATH=/home/jswank/go
export GOPATH=~/go
# doesn't work on arch for tmux
path+=('/home/jswank/bin')
path+=(~/bin)
path+=(~/.local/bin)
path+=($GOPATH/bin)
export PATH