From f47401480e8ab3a26bd5db57c51f74200ce26a26 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 13 Mar 2024 18:06:42 -0500 Subject: [PATCH] added aliases and settings for hstr --- alpine/alpine-user-customizations.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/alpine/alpine-user-customizations.sh b/alpine/alpine-user-customizations.sh index fc0d403..95fe6f6 100755 --- a/alpine/alpine-user-customizations.sh +++ b/alpine/alpine-user-customizations.sh @@ -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