diff --git a/bash.bashrc b/bash.bashrc index dca5282..021e73f 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -180,7 +180,9 @@ PROMPT_COMMAND='__prompt_command' # Func to gen PS1 after CMDs DEBIAN_BASH_DIR=/opt/debian-bash -# You may uncomment the following lines if you want `ls' to be colorized: +# ALIASES + +alias sudo='sudo ' # smart sudo alias trick! alias ls='ls $COLOR_OPTIONS -h' alias ll='ls $COLOR_OPTIONS -lh'