mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add hstr config
This commit is contained in:
parent
f599fe210e
commit
bf06e88d83
1 changed files with 4 additions and 0 deletions
4
.bashrc
4
.bashrc
|
@ -151,3 +151,7 @@ if ! shopt -oq posix; then
|
|||
fi
|
||||
|
||||
source ~/bin/commacd.sh
|
||||
|
||||
# hh / hstr configuration (https://github.com/dvorka/hstr/)
|
||||
export HH_CONFIG=hicolor # get more colors
|
||||
if [[ $- =~ .*i.* ]]; then bind '"\C-r": "\C-a hh \C-j"'; fi
|
||||
|
|
Loading…
Reference in a new issue