2019-05-30-17:20:31

This commit is contained in:
ackman678
2019-05-30 17:20:31 -07:00
parent 2f5d88cae4
commit 8b8919aa89
3 changed files with 13 additions and 5 deletions

View File

@@ -34,9 +34,14 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
#add private usr bin to path if exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
export PATH="$HOME/bin:$PATH"
fi
if [ -d "$HOME/.local/bin" ] ; then
export PATH="$HOME/.local/bin:$PATH"
fi
#fast fuzzy file searching with fzf and ripgrep if installed
#fzf kbd shortcuts: <alt-c>, <ctrl-t>, <ctrl-p>
source /usr/share/fzf/key-bindings.bash