added sudo to df and du
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user