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
|
# Afficher uniquement le processus à partir de ps
|
||||||
alias px='ps faux|grep -v grep|grep -i -e VSZ -e '
|
alias px='ps faux|grep -v grep|grep -i -e VSZ -e '
|
||||||
|
|
||||||
|
|
||||||
# Décompression
|
# Décompression
|
||||||
alias untargz='tar -zxvf'
|
alias untargz='tar -zxvf'
|
||||||
alias untarbz2='tar -jxvf'
|
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
|
# Lister les fichiers de configuration inutiles
|
||||||
alias purge='grep-status -n -sPackage -FStatus config-files'
|
alias purge='grep-status -n -sPackage -FStatus config-files'
|
||||||
|
|
||||||
## Alias avec pipe
|
## Piped alias
|
||||||
alias -g H='| head'
|
alias -g H='| head'
|
||||||
alias -g T='tail -f'
|
alias -g T='tail -f'
|
||||||
alias -g G='| grep -v grep | grep'
|
alias -g G='| grep -v grep | grep'
|
||||||
|
@ -345,7 +344,10 @@ function dero() {
|
||||||
alias decc="debops -l 'physix'"
|
alias decc="debops -l 'physix'"
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
# Web apps {{{
|
||||||
|
# Get weather
|
||||||
|
alias meteo="curl http://fr.wttr.in/"
|
||||||
|
# }}}
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
#Ouverture d'un programme en fonction
|
#Ouverture d'un programme en fonction
|
||||||
|
|
Loading…
Reference in New Issue