add fuzzy finder, redo ping aliases

This commit is contained in:
Morgan Wattiez
2019-08-16 18:01:12 +02:00
parent 91fa9923a2
commit bca251b16d
3 changed files with 15 additions and 9 deletions

View File

@ -76,8 +76,7 @@ alias du='du -ch'
alias headers='curl -I --compress' # Find out if remote server supports gzip / mod_deflate or not #
alias hist='history'
alias path='echo -e ${PATH//:/\\n}' # Explode and display current PATH
alias ping='prettyping'
alias ping='ping -c 5' # Stop after sending count ECHO_REQUEST packets
alias ping='prettyping -c 5 --nolegend' # Stop after sending count ECHO_REQUEST packets
alias p='ps -ef | grep -i ' # Show matching processes. Usage : p <process name>
alias root='sudo -i'
alias s=ls