Alias and complete common misspellings of bash-it

This commit is contained in:
con-f-use
2017-03-17 20:29:02 +01:00
parent 5858fcdbdd
commit 43a63965ee
2 changed files with 13 additions and 0 deletions

View File

@@ -71,6 +71,13 @@ fi
alias md='mkdir -p'
alias rd='rmdir'
# Common misspellings of bash-it
alias shit='bash-it'
alias batshit='bash-it'
alias bashit='bash-it'
alias bash_it='bash-it'
alias bash_ti='bash-it'
# Display whatever file is regular file or folder
catt() {
for i in "$@"; do