Skip to content
Snippets Groups Projects
Commit 47c4c92a authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

more bells and whistles

Rev: NT/init_nt:1.12
parent 59edbad5
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,23 @@ fi ...@@ -35,9 +35,23 @@ fi
export NTHOST NTDRIVE NTCC CC PATH NTTOOLS MNTREPLACE MNTREPLACE NTPORT USE_SPRSH export NTHOST NTDRIVE NTCC CC PATH NTTOOLS MNTREPLACE MNTREPLACE NTPORT USE_SPRSH
case x$SHELL-$TERM in case /$SHELL-$TERM in
*/bash-xterm) */bash-xterm)
PROMPT_COMMAND="echo -n ]2\; Remote NT compile ]1\; rntcc" PROMPT_COMMAND="echo -n ]2\; Remote NT compile ]1\; rntcc"
export PROMPT_COMMAND export PROMPT_COMMAND
;; ;;
esac esac
case /$SHELL in
*/bash)
PS1="NT $NTHOST \\$ "
export PS1
;;
esac
case /$0 in
*/init_nt)
exec $SHELL
;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment