Browse Source

bash: hstr: blacklist

master
Maxim Likhachev 9 years ago
parent
commit
913d40f3dd
  1. 2
      .gitignore
  2. 1
      etc/rc.linux-gnu
  3. 4
      etc/shell/bash/bashrc

2
.gitignore vendored

@ -20,6 +20,8 @@ etc/net/ssh/* @@ -20,6 +20,8 @@ etc/net/ssh/*
etc/shell/cw
etc/shell/hstr/hh_blacklist
etc/soft/antiword
etc/soft/figlet
etc/soft/jodconverter

1
etc/rc.linux-gnu

@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
+ shell/tcl/tclshrc ~
+ shell/tcl/wishrc ~
- shell/screen/screenrc ~
+ shell/hstr/hh_blacklist ~
# [ X.org ]

4
etc/shell/bash/bashrc

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
#!/bin/bash ####################################################################
#
# Изменён: Чт 30 июн 2016 12:29:57
# Изменён: Чт 30 июн 2016 13:33:33
#
################################################################################
@ -13,7 +13,7 @@ export SHELLRC="$HOME/.shellrc" #Путь к директории настро @@ -13,7 +13,7 @@ export SHELLRC="$HOME/.shellrc" #Путь к директории настро
export BASHRC="$SHELLRC/etc/shell/bash" #Путь к настройкам bash
export INPUTRC="$BASHRC/inputrc" #Файл inputrc
export export HH_CONFIG="keywords" #hstr
export export HH_CONFIG="keywords,blacklist,rawhistory" #hstr
export STARDICT_DATA_DIR=$SHELLRC/etc/soft/sdcv/dictionaries/
export SDCV_HISTSIZE=10000

Loading…
Cancel
Save