diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index 98af683..f410038 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Ср 16 мар 2016 21:47:28 +# Изменён: Чт 30 июн 2016 12:29:57 # ################################################################################ @@ -13,6 +13,8 @@ export SHELLRC="$HOME/.shellrc" #Путь к директории настро export BASHRC="$SHELLRC/etc/shell/bash" #Путь к настройкам bash export INPUTRC="$BASHRC/inputrc" #Файл inputrc +export export HH_CONFIG="keywords" #hstr + export STARDICT_DATA_DIR=$SHELLRC/etc/soft/sdcv/dictionaries/ export SDCV_HISTSIZE=10000 #export SDCV_PAGER=less @@ -309,6 +311,9 @@ bind -m vi-insert "\C-o":history-search-backward bind -m vi-insert "\C-k":kill-line # bind -m vi-insert "\C-n":history-search-forward +#hstr +bind '"\C-r": "\C-ahh \C-j"' + #commacd source $SHELLRC/etc/shell/bash/commacd