2019-05-30-17:20:31
This commit is contained in:
7
.bashrc
7
.bashrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user