New alias to get the weather from wttr.in
This commit is contained in:
parent
202da101e9
commit
235f9110a0
8
zshrc
8
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
|
||||
|
|
Loading…
Reference in New Issue