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