add prettyping

This commit is contained in:
Morgan Wattiez 2019-08-16 16:57:01 +02:00
parent e94dd284de
commit ad3427aa31
3 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,8 @@ brew "fselect"
brew "surfraw"
# Add dict
brew "dict"
# Add prettyping
brew "prettyping"
mas 'Keynote', id: 409183694
mas 'iMovie', id: 408981434

View File

@ -190,3 +190,6 @@ git clone --depth 1 https://gitlab.com/surfraw/Surfraw.git \
# Dictionary
yum -y install dictd
# Add prettyping
yum -y install prettyping

View File

@ -76,6 +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 p='ps -ef | grep -i ' # Show matching processes. Usage : p <process name>
alias root='sudo -i'