Linux – install hstr for hh command recall


yum install gcc
yum install readline-devel
yum install ncurses-devel ncurses

wget https://github.com/dvorka/hstr/releases/download/1.10/hh-1.10-src.tgz

tar xf hh-1.10-src.tgz

cd hstr

./configure && make && sudo make install

Leave a Reply

Your email address will not be published. Required fields are marked *