Skip to content

Commit

Permalink
zshrc: Remove QTPATH and JIKESPATH
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
  • Loading branch information
ft authored and mika committed Dec 6, 2011
1 parent dd58483 commit b9dc150
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions doc/grmlzshrc.t2t
Expand Up @@ -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.
Expand Down
8 changes: 0 additions & 8 deletions etc/zsh/zshrc
Expand Up @@ -2196,14 +2196,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
Expand Down

0 comments on commit b9dc150

Please sign in to comment.