added missing arrows

This commit is contained in:
2024-03-13 18:31:36 -05:00
parent dbe6499206
commit 5b32ba5ccd

View File

@@ -21,7 +21,7 @@ echo "alias apkiy='sudo apk add'" >> ~/.bash_profile
echo "alias apkrpy='sudo apk del'" >> ~/.bash_profile echo "alias apkrpy='sudo apk del'" >> ~/.bash_profile
echo "alias wrestic='sudo wrestic'" >> ~/.bash_profile echo "alias wrestic='sudo wrestic'" >> ~/.bash_profile
echo "alias hh='hstr'" >> ~/.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 ]] if [[ -f /etc/init.d/docker ]]
then then