From dd0490c46a9654a714e6cbe2dedc1d2fa7bec4b9 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 30 Dec 2011 15:14:31 +0900 Subject: [PATCH] rename prompt function --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 4df5a94..8ddd729 100755 --- a/.bashrc +++ b/.bashrc @@ -40,7 +40,7 @@ replace-cmd(){ test -r /etc/bashrc && . /etc/bashrc -export PS1="\$(prompt_function)\$ " +export PS1="\$(__my_prompt_function)\$ " # PROMPT_COMMAND=prompt_function if iswindows then @@ -271,7 +271,7 @@ replace-cmd date replace-cmd __my_svn_ps1 -prompt_function(){ # used by PS1 +__my_prompt_function(){ # used by PS1 local lastreturn=$? if test "${TERM}" == dumb then