zshrc: fixed some refcard-generating tags, that where positioned incorrectly. 0.3.46
authorFrank Terbeck <ft@grml.org>
Sat, 19 Jan 2008 21:26:37 +0000 (22:26 +0100)
committerFrank Terbeck <ft@grml.org>
Sat, 19 Jan 2008 21:26:37 +0000 (22:26 +0100)
debian/changelog
etc/zsh/zshrc

index be5ecf1..2fdf348 100644 (file)
@@ -7,13 +7,14 @@ grml-etc-core (0.3.46) unstable; urgency=low
   * zshrc: convert swspeak from alias to function
   * zshrc: removing folsym() - use sll() from now on.
   * vimrc: display the file, that is being edited into screen's hardstatus
+  * zshrc: some refcard-generating tags where positioned incorrectly. fixed
 
   [ Michael Prokop ]
   * zshrc: mention http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code
     in weather() [thanks, gebi]
   * zshrc: set $NAME in screen title only if $HOSTNAME is set
 
- -- Frank Terbeck <ft@grml.org>  Fri, 18 Jan 2008 21:46:14 +0100
+ -- Frank Terbeck <ft@grml.org>  Sat, 19 Jan 2008 22:25:22 +0100
 
 grml-etc-core (0.3.45) unstable; urgency=low
 
index b57a7ee..aea6d38 100644 (file)
@@ -307,14 +307,14 @@ isgrml && checkhome() {
 # }}}
 
 # {{{ set some variables
-#v#
 if check_com -c vim ; then
+#v#
     export EDITOR=${EDITOR:-vim}
 else
     export EDITOR=${EDITOR:-vi}
 fi
-#v#
 
+#v#
 export MAIL=${MAIL:-/var/mail/$USER}
 
 # if we don't set $SHELL then aterm, rxvt,.. will use /bin/sh or /bin/bash :-/