From 89c411304a322e2ecf8de8c939dd846241f20882 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 30 Jan 2024 21:25:27 +0400 Subject: [PATCH] alias sudo --- bash.bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'