moved config of hcht to bash_profile template

pull/30/head
Florian Baumann 2010-12-01 06:45:42 +01:00
parent d25288fdd3
commit c00bde6bbd
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# hch.plugin.bash: the handmade commandline history tool # hcht.plugin.bash: the handmade commandline history tool
# Copyright: (C) 2010 Florian Baumann <flo@noqqe.de> # Copyright: (C) 2010 Florian Baumann <flo@noqqe.de>
# License: GPL-3 <http://www.gnu.org/licenses/gpl-3.0.txt> # License: GPL-3 <http://www.gnu.org/licenses/gpl-3.0.txt>
# Date: Dienstag 2010-11-30 # Date: Dienstag 2010-11-30
@ -52,10 +52,6 @@
# #
# "anylog" will be the name of the saved file. # "anylog" will be the name of the saved file.
### configure store dir
# like /home/user/.hcht/ or something
hchtstoredir=""
hcht() { hcht() {
# configured? # configured?
if [ -z $hchtstoredir ]; then if [ -z $hchtstoredir ]; then

View File

@ -47,5 +47,8 @@ export IRC_CLIENT='irssi'
export TODO="t" export TODO="t"
# Set store directory for handmade commandline history tool
export hchtstoredir="$HOME/.hcht"
# Load Bash It # Load Bash It
source $BASH/bash_it.sh source $BASH/bash_it.sh