Updated my bash prompt, is nothing, then it's me.
authorpatrick nsukami <ndkpatt@gmail.com>
Fri, 8 May 2015 15:57:44 +0000 (15:57 +0000)
committerpatrick nsukami <ndkpatt@gmail.com>
Fri, 8 May 2015 15:57:55 +0000 (15:57 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index f8b98a0..66d69ac 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -54,7 +54,8 @@ if [ "$color_prompt" = yes ]; then
     #PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\] $(vcprompt -f %b%a%m%u) > '
     if [ $USER='nsukami' ]; then
         #PS1='${debian_chroot:+($debian_chroot)}5@\[\033[31m\]\h\[\033[00m\]:\w \[\033[1;33m\]$(vcprompt -f %b%a%m%u)\[\033[0m\] > '
-        PS1='${debian_chroot:+($debian_chroot)}5@\[\033[31m\]k\[\033[00m\]:\w \[\033[1;33m\]$(vcprompt -f %b%a%m%u)\[\033[0m\] \n > '
+        #PS1='${debian_chroot:+($debian_chroot)}5@\[\033[31m\]k\[\033[00m\]:\w \[\033[1;33m\]$(vcprompt -f %b%a%m%u)\[\033[0m\] \n > '
+        PS1='${debian_chroot:+($debian_chroot)}\[\033[31m\]\[\033[00m\]:\w \[\033[1;33m\]$(vcprompt -f %b%a%m%u)\[\033[0m\] \n > '
     else
         PS1='${debian_chroot:+($debian_chroot)}\u@\[\033[31m\]\h\[\033[00m\]:\w \[\033[1;33m\]$(vcprompt -f %b%a%m%u)\[\033[0m\] \n > '
     fi