added sudo to df and du

This commit is contained in:
2024-03-04 19:36:53 -06:00
parent e82c52baae
commit 37b05c76cc

View File

@@ -14,8 +14,8 @@ echo "alias ..='cd ..'" >> ~/.bash_profile
echo "alias ...='cd ../..'" >> ~/.bash_profile
echo "alias grep='grep --color'" >> ~/.bash_profile
echo "alias mkdir='mkdir -pv'" >> ~/.bash_profile
echo "alias du='du -h'" >> ~/.bash_profile
echo "alias df='df -h'" >> ~/.bash_profile
echo "alias du='sudo du -h'" >> ~/.bash_profile
echo "alias df='sudo 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