[Assorted-commits] SF.net SVN: assorted:[1850] shell-tools/trunk/src/bash-commons/bashrc.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2013-03-31 22:35:46
|
Revision: 1850 http://sourceforge.net/p/assorted/svn/1850 Author: yangzhang Date: 2013-03-31 22:35:43 +0000 (Sun, 31 Mar 2013) Log Message: ----------- Remove TODO on diff btwn PROMPT_COMMAND and PS1 Modified Paths: -------------- shell-tools/trunk/src/bash-commons/bashrc.bash Modified: shell-tools/trunk/src/bash-commons/bashrc.bash =================================================================== --- shell-tools/trunk/src/bash-commons/bashrc.bash 2013-03-31 22:33:40 UTC (rev 1849) +++ shell-tools/trunk/src/bash-commons/bashrc.bash 2013-03-31 22:35:43 UTC (rev 1850) @@ -912,18 +912,7 @@ then . /etc/bash_completion fi - # TODO figure out tradeoffs btwn PROMPT_COMMAND and using special title escape in PS1 - # PROMPT_COMMAND is the title - #case "$TERM" in - #xterm*|rxvt*) - # PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"' - # ;; - #*) - # ;; - #esac - setup_prompt - fi # Load virtualenvwrapper commands This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |