Issue 2151 🛂 do not give users a root shell by executing arbitrary shell commands by 'vim'

also by removing 'sudo' aliases because bash-it should not be
              the business of mucking about with sudo at all
pull/2152/head
Thomas Merz 2022-07-18 14:30:59 +02:00
parent 2ef5d483e3
commit 129340d24d
No known key found for this signature in database
GPG Key ID: F2B2463F74283F62
1 changed files with 0 additions and 4 deletions

View File

@ -71,10 +71,6 @@ alias rd='rmdir'
# Shorten extract # Shorten extract
alias xt='extract' alias xt='extract'
# sudo editors
alias svim='sudo ${VISUAL:-vim}'
alias snano='sudo nano'
# Display whatever file is regular file or folder # Display whatever file is regular file or folder
function catt() { function catt() {
for i in "$@"; do for i in "$@"; do