add prettyping
This commit is contained in:
parent
e94dd284de
commit
ad3427aa31
2
Brewfile
2
Brewfile
@ -72,6 +72,8 @@ brew "fselect"
|
||||
brew "surfraw"
|
||||
# Add dict
|
||||
brew "dict"
|
||||
# Add prettyping
|
||||
brew "prettyping"
|
||||
|
||||
mas 'Keynote', id: 409183694
|
||||
mas 'iMovie', id: 408981434
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user