From: Frank Terbeck Date: Wed, 30 Nov 2011 21:08:50 +0000 (+0100) Subject: zshrc: Remove QTPATH and JIKESPATH X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=50ee7b0b02b1ddd1abe7665de716227790edd9fd;hp=0636dd7607ffb9e35c5c28a90b682341a416e3bb;p=grml-etc-core.git zshrc: Remove QTPATH and JIKESPATH Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 38ba618..d161725 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -317,10 +317,6 @@ already set otherwise. : **PAGER** Set less(1) as default pager, if not already set to something different. -: **QTDIR** -Holds the path to shared files for the C++ application framework QT -(version 3 or 4). - : **SHELL** Set explicitly to /bin/zsh, to prevent certain terminal emulators to default to /bin/sh or /bin/bash. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 04a5983..7c3926d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2195,14 +2195,6 @@ fi # set terminal property (used e.g. by msgid-chooser) export COLORTERM="yes" -#m# v QTDIR \kbd{/usr/share/qt[34]}\quad [for non-root only] -[[ -d /usr/share/qt3 ]] && export QTDIR=/usr/share/qt3 -[[ -d /usr/share/qt4 ]] && export QTDIR=/usr/share/qt4 - -# support running 'jikes *.java && jamvm HelloWorld' OOTB: -#v# [for non-root only] -[[ -f /usr/share/classpath/glibj.zip ]] && export JIKESPATH=/usr/share/classpath/glibj.zip - # aliases # general