aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--%HOME%/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index 15d9caf..f3b5d24 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -14,6 +14,8 @@ shopt -s histappend
shopt -s nullglob
shopt -s nocaseglob
+alias sudo='sudo '
+
alias df='df --human-readable'
alias du='du --human-readable'