zshrc: added fzf binary

This commit is contained in:
Marcin Woźniak 2025-01-30 22:46:22 +01:00
parent 03ec47296e
commit d777fa98cb

1
.zshrc
View File

@ -77,6 +77,7 @@ export PATH=$HOME/go/bin:$PATH
export PATH=$HOME/golang/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/node_modules/.bin:$PATH
export PATH=$CONFIG/fzf/bin:$PATH
export GOPATH=$HOME/golang
export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin
export PATH=$PATH:$HOME/.cargo/bin