overwrite meteo alias with fn + french support

This commit is contained in:
Morgan Wattiez
2019-08-17 14:16:10 +02:00
parent b561eb9407
commit 15fe49af8e
2 changed files with 4 additions and 1 deletions

View File

@ -117,3 +117,6 @@ function mouse() {
;;
esac
}
function meteo() {
curl "fr.wttr.in/$*"
}