added CLASSPATH
removed eval `resize` (not good on Linux).
This commit is contained in:
parent
8f5595379e
commit
0ab89e2a30
|
@ -42,7 +42,9 @@ then
|
|||
then
|
||||
stty erase
|
||||
fi
|
||||
eval `resize`
|
||||
|
||||
# Do we need this at all? On linux this messes things up.
|
||||
#eval `resize`
|
||||
else
|
||||
prompt="%m(%l)%n %~ $SHLVL.%h%# "
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue