Skip to content
Snippets Groups Projects
Commit 4eadc82a authored by Fardale's avatar Fardale
Browse files

.bash_aliases: météo en français

parent cdf60d05
No related branches found
No related tags found
No related merge requests found
......@@ -149,4 +149,4 @@ alias tailprocmail='tail -f ~/.procmail/logs/procmail.log'
alias a♡tv='cvlc udp://@239.231.140.230:1337'
#Meteo
meteo () { curl wttr.in/`tr -s ' ' '_' <<< "$*"`; }
meteo () { curl fr.wttr.in/`tr -s ' ' '_' <<< "$*"`; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment