From 7cafbf7c0649b0d01223386acd4381edae9f9436 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 30 Jun 2016 12:32:45 +0500 Subject: [PATCH] =?UTF-8?q?bash:=20hstr:=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80?= =?UTF-8?q?=D0=B0=D0=BA=D1=82=D0=B8=D0=B2=D0=BD=D0=B0=D1=8F=20=D0=B8=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B8=D1=8F=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD?= =?UTF-8?q?=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/bashrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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