added missing quotes

This commit is contained in:
2024-03-03 23:48:07 -06:00
parent 5d7c422474
commit 781388e53f

View File

@@ -12,8 +12,8 @@ echo "alias mkdir='mkdir -pv'" >> ~/.bash_profile
echo "alias du='du -h'" >> ~/.bash_profile
echo "alias df='df -h'" >> ~/.bash_profile
echo "alias si='sudo -i'" >> ~/.bash_profile
echo "alias sreboot='sudo reboot" >> ~/.bash_profile
echo "alias spoweroff='sudo poweroff" >> ~/.bash_profile
echo "alias sreboot='sudo reboot'" >> ~/.bash_profile
echo "alias spoweroff='sudo poweroff'" >> ~/.bash_profile
echo "alias ports='netstat -tulpna'" >> ~/.bash_profile
echo "alias tf='tail -f'" >> ~/.bash_profile
echo "alias dc='docker compose'" >> ~/.bash_profile