Skip to content

Commit

Permalink
Add fzf to .bash config.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanxz committed Nov 27, 2015
1 parent ea11c11 commit 78ba664
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bashrc
Expand Up @@ -200,4 +200,10 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

export PATH=$PATH:$HOME/.local/bin

export MANPATH=$MANPATH:$HOME/.local/man

export EDITOR=vim

[ -f ~/.fzf.bash ] && source ~/.fzf.bash

0 comments on commit 78ba664

Please sign in to comment.