mirror of
https://github.com/dvorka/hstr.git
synced 2025-03-11 22:33:00 +08:00
MD
This commit is contained in:
parent
5f7ad2d699
commit
78f50efeed
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
hstr
|
hstr
|
||||||
====
|
====
|
||||||
|
|
||||||
BASH History Suggest Box
|
BASH History Suggest Box - check [video](http://www.youtube.com/watch?v=QYP4PlPvzT0)
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
4
dist/env.sh
vendored
4
dist/env.sh
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
export HHVERSION="0.92"
|
export HHVERSION="0.97"
|
||||||
export HHFULLVERSION=${HHVERSION}-0ubuntu1
|
export HHFULLVERSION=${HHVERSION}-0ubuntu1
|
||||||
export HH=hh_${HHVERSION}
|
export HH=hh_${HHVERSION}
|
||||||
export HHRELEASE=hh_${HHFULLVERSION}
|
export HHRELEASE=hh_${HHFULLVERSION}
|
||||||
|
@ -12,7 +12,7 @@ export HHBUILD=hstr-${NOW}
|
||||||
#export UBUNTUVERSION=raring
|
#export UBUNTUVERSION=raring
|
||||||
export UBUNTUVERSION=saucy
|
export UBUNTUVERSION=saucy
|
||||||
|
|
||||||
export HHBZRMSG="Fixed keyboard loop; Ctrl-r consistent shortcuts; propagation of the text from the prompt to HH."
|
export HHBZRMSG="Prompt 2 filter fixed + better C-r compatibility."
|
||||||
|
|
||||||
# - edit config.am ... set new version
|
# - edit config.am ... set new version
|
||||||
# - user email must be as in gpg i.e. (Dvorka) must present
|
# - user email must be as in gpg i.e. (Dvorka) must present
|
||||||
|
|
Loading…
Reference in a new issue