add fzf-lua
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user