diff --git a/.bashrc b/.bashrc index 3225e61..7393093 100644 --- a/.bashrc +++ b/.bashrc @@ -64,10 +64,8 @@ if [[ $iatest -gt 0 ]]; then bind "set show-all-if-ambiguous On"; fi # Set the default editor export EDITOR=nvim export VISUAL=nvim -alias pico='edit' -alias spico='sedit' -alias nano='edit' -alias snano='sedit' +alias spico='sudo pico' +alias snano='sudo nano' alias vim='nvim' # To have colors for ls and all grep commands such as grep, egrep and zgrep