diff --git a/Brewfile b/Brewfile index acb4021..c9d0478 100644 --- a/Brewfile +++ b/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 diff --git a/centos.sh b/centos.sh index 942d82c..27c7631 100644 --- a/centos.sh +++ b/centos.sh @@ -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 diff --git a/dot_zsh_aliases b/dot_zsh_aliases index c699801..b116e0c 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -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 alias root='sudo -i'