Fixing java, volume, and vty switching

This commit is contained in:
Hunter Haugen 2010-04-05 15:26:52 -07:00
parent 5276fcd0ac
commit e7c567b5bb
3 changed files with 9 additions and 6 deletions

4
.zshrc
View file

@ -77,7 +77,9 @@ export LC_COLLATE="C" #order files in ls
export DIALOGOPTS='--visit-items'
export MAIL=~/mail
export MAILCHECK=0
export AWT_TOOLKIT=MToolkit
#export AWT_TOOLKIT=MToolkit
#export AWT_TOOLKIT=XToolkit
export _JAVA_AWT_WM_NONREPARENTING=1
if [ -x `which less` ] ; then
export PAGER==less
else