ossp-pkg/due/.due/due.cd.sh 1.3 -> 1.4
--- due.cd.sh 2004/10/22 19:32:52 1.3
+++ due.cd.sh 2004/11/24 16:29:49 1.4
@@ -64,11 +64,11 @@
DIRSTACKREV=()
fi
- # adjust the command-line prompt with new $PWD (always)
- PS1="\\u@\\h:$PWD\n\\\$ "
-
- # adjust the X11 terminal window title with new $PWD (optional)
if [ ".$BASH_INTERACTIVE" = .yes ]; then
+ # adjust the command-line prompt with new $PWD (always)
+ PS1="\\u@\\h:$PWD\n\\\$ "
+
+ # adjust the X11 terminal window title with new $PWD (optional)
case "$TERM" in
xterm | xterm-* )
echo -n $'\e]0;'"$USER@$HOSTNAME:$PWD"$'\cg'
|
|