From 5b32ba5ccde010f48bcbee16a55aa5e3dc3265dd Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 13 Mar 2024 18:31:36 -0500 Subject: [PATCH] added missing arrows --- alpine/alpine-user-customizations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/alpine-user-customizations.sh b/alpine/alpine-user-customizations.sh index 755ef4e..6a46a86 100755 --- a/alpine/alpine-user-customizations.sh +++ b/alpine/alpine-user-customizations.sh @@ -21,7 +21,7 @@ echo "alias apkiy='sudo apk add'" >> ~/.bash_profile echo "alias apkrpy='sudo apk del'" >> ~/.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 +echo "export HSTR_CONFIG=hide-help,hicolor,prompt-bottom,ignorespace,raw-history-view" >> ~/.bash_profile if [[ -f /etc/init.d/docker ]] then