From 7c4b6b5094b2c0e7767b8de927af3c71ca0daf15 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 11 Jan 2008 00:56:50 +0100 Subject: [PATCH] update weather() zsh function --- debian/changelog | 6 +++++- etc/skel/.zshrc | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a777db6..a391001 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Fri, 11 Jan 2008 00:56:22 +0100 grml-etc-core (0.3.45) unstable; urgency=low diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 6a0e30c..57bbbb9 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -1064,6 +1064,7 @@ fluxkey-change() { weather() { [[ -n "$1" ]] || { print 'Usage: weather ' >&2 + print 'List of stations: http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code'>&2 return 1 } -- 2.1.4