added aliases and settings for hstr

This commit is contained in:
2024-03-13 18:06:42 -05:00
parent 333b41c423
commit f47401480e

View File

@@ -29,6 +29,9 @@ echo "alias dstop='docker stop'" >> ~/.bash_profile
echo "alias drestart='docker restart'" >> ~/.bash_profile
echo "alias dlf='docker logs -f'" >> ~/.bash_profile
echo "alias dipaf='docker image prune -a -f'" >> ~/.bash_profile
echo "alias wrestic='sudo wrestic'" >> ~/.bash_profile
echo "alias hh='hstr'" >> ~/.bash_profile
echo "export HSTR_CONFIG=hide-help,hicolor,prompt-bottom,ignorespace,raw-history-view" ~/.bash_profile
# git config
git config --global credential.helper store