mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
Add fzf
This commit is contained in:
parent
6b47cf55ad
commit
bb29e595da
2 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,4 @@ evanlucas/fish-kubectl-completions
|
|||
IlanCosman/tide@v5
|
||||
franciscolourenco/done
|
||||
jorgebucaran/autopair.fish
|
||||
PatrickF1/fzf.fish
|
||||
|
|
|
@ -3,3 +3,5 @@ export LC_ALL=fr_FR.UTF-8
|
|||
|
||||
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||
export PATH="$PATH:$HOME/.rvm/bin:$HOME/Projects/golang/bin"
|
||||
|
||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||
|
|
Loading…
Reference in a new issue