Browse Source

alias sudo

master
pvincent 4 months ago
parent
commit
89c411304a
  1. 4
      bash.bashrc

4
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'

Loading…
Cancel
Save