Created
July 10, 2020 16:26
-
-
Save robe007/ced7725b7ebb2f3ec2fc9e81d1e84dc4 to your computer and use it in GitHub Desktop.
Install HSTR (HH) in Ubuntu 20.04 with ZSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/dvorka/hstr | |
# Installation: | |
$ sudo add-apt-repository ppa:ultradvorka/ppa && sudo apt-get update && sudo apt-get install hstr && hstr --show-configuration >> ~/.zshrc && source ~/.zshrc | |
# Usage: | |
$ hh | |
# Documentation: | |
$ man hstr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment