[UPDATE][SHELL] Remove useless aliases

This commit is contained in:
Bruno BELANYI 2020-08-31 14:36:50 +02:00
parent 3966696ce3
commit cd72ae215c

View file

@ -13,9 +13,7 @@ alias fgrep='fgrep --color=auto'
alias diff='diff --color=auto'
# Better defaults
alias cp='cp -i'
alias more='less'
#alias mkdir='mkdir -v'
alias userlist='cut -d: -f1 /etc/passwd'
alias fhere='find . -name '
alias free='free -mt'
@ -24,7 +22,6 @@ alias psgrep='ps aux | grep -v grep | grep -i -e VSZ -e'
alias wget='wget -c'
alias histg='history | grep'
alias myip='curl http://ipecho.net/plain; echo'
#alias logs="find /var/log -type f -exec file {} \; | grep 'text' | cut -d' ' -f1 | sed -e's/:$//g' | grep -v '[0-9]$' | xargs tail -f"
alias folders='find . -maxdepth 1 -type d -print0 | xargs -0 du -sk | sort -rn'
# Quick compilation with flags