add prettyping
This commit is contained in:
parent
e94dd284de
commit
ad3427aa31
2
Brewfile
2
Brewfile
@ -72,6 +72,8 @@ brew "fselect"
|
|||||||
brew "surfraw"
|
brew "surfraw"
|
||||||
# Add dict
|
# Add dict
|
||||||
brew "dict"
|
brew "dict"
|
||||||
|
# Add prettyping
|
||||||
|
brew "prettyping"
|
||||||
|
|
||||||
mas 'Keynote', id: 409183694
|
mas 'Keynote', id: 409183694
|
||||||
mas 'iMovie', id: 408981434
|
mas 'iMovie', id: 408981434
|
||||||
|
@ -190,3 +190,6 @@ git clone --depth 1 https://gitlab.com/surfraw/Surfraw.git \
|
|||||||
|
|
||||||
# Dictionary
|
# Dictionary
|
||||||
yum -y install dictd
|
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 headers='curl -I --compress' # Find out if remote server supports gzip / mod_deflate or not #
|
||||||
alias hist='history'
|
alias hist='history'
|
||||||
alias path='echo -e ${PATH//:/\\n}' # Explode and display current PATH
|
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='ping -c 5' # Stop after sending count ECHO_REQUEST packets
|
||||||
alias p='ps -ef | grep -i ' # Show matching processes. Usage : p <process name>
|
alias p='ps -ef | grep -i ' # Show matching processes. Usage : p <process name>
|
||||||
alias root='sudo -i'
|
alias root='sudo -i'
|
||||||
|
Loading…
Reference in New Issue
Block a user