From 235f9110a08062953e66f2a0797a85958496a3b4 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 18 Jan 2019 19:33:14 +0100 Subject: [PATCH] New alias to get the weather from wttr.in --- zshrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 127b79a..c55e537 100644 --- a/zshrc +++ b/zshrc @@ -156,7 +156,6 @@ alias wotgobblemem='ps -o time,ppid,pid,nice,pcpu,pmem,user,comm -A | sort -n -k # Afficher uniquement le processus à partir de ps alias px='ps faux|grep -v grep|grep -i -e VSZ -e ' - # Décompression alias untargz='tar -zxvf' alias untarbz2='tar -jxvf' @@ -192,7 +191,7 @@ alias glog="git log --graph --full-history --all --color --pretty=format:'%Cred% # Lister les fichiers de configuration inutiles alias purge='grep-status -n -sPackage -FStatus config-files' -## Alias avec pipe +## Piped alias alias -g H='| head' alias -g T='tail -f' alias -g G='| grep -v grep | grep' @@ -345,7 +344,10 @@ function dero() { alias decc="debops -l 'physix'" # }}} - +# Web apps {{{ +# Get weather +alias meteo="curl http://fr.wttr.in/" +# }}} ####################################### #Ouverture d'un programme en fonction