added more sudo commands

This commit is contained in:
2024-03-03 23:45:37 -06:00
parent 5a814c4815
commit 5d7c422474

View File

@@ -12,6 +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 ports='netstat -tulpna'" >> ~/.bash_profile
echo "alias tf='tail -f'" >> ~/.bash_profile
echo "alias dc='docker compose'" >> ~/.bash_profile