update weather() zsh function
authorMichael Prokop <mika@grml.org>
Thu, 10 Jan 2008 23:56:50 +0000 (00:56 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 10 Jan 2008 23:56:50 +0000 (00:56 +0100)
debian/changelog
etc/skel/.zshrc

index a777db6..a391001 100644 (file)
@@ -7,7 +7,11 @@ grml-etc-core (0.3.46) unstable; urgency=low
   * zshrc: convert swspeak from alias to function
   * zshrc: removing folsym() - use sll() from now on.
 
- -- Frank Terbeck <ft@grml.org>  Sat, 29 Dec 2007 12:28:14 +0100
+  [ Michael Prokop ]
+  * zshrc: mention http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code
+    in weather() [thanks, gebi]
+
+ -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 00:56:22 +0100
 
 grml-etc-core (0.3.45) unstable; urgency=low
 
index 6a0e30c..57bbbb9 100644 (file)
@@ -1064,6 +1064,7 @@ fluxkey-change() {
 weather() {
     [[ -n "$1" ]] || {
         print 'Usage: weather <station_id>' >&2
+        print 'List of stations: http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code'>&2
         return 1
     }