summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-02-19 21:04:04 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-02-19 21:04:04 +0100
commitcfc8cdabc393b3ca7a2f93ca3d9d300f288fa239 (patch)
tree4e7d6d7c992b0cc7b05249a1cfa253792ee2aa41
parentf6cb5cda7cde162702dbba428e51f3db90489a60 (diff)
parent9e3d72ec8721a24ee5a9bea432d92d1a6170e025 (diff)
downloadbin-cfc8cdabc393b3ca7a2f93ca3d9d300f288fa239.zip
bin-cfc8cdabc393b3ca7a2f93ca3d9d300f288fa239.tar.gz
Merge branch 'master' of asynk.ch:bin
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 9d08cea..3fec074 100644
--- a/bashrc
+++ b/bashrc
@@ -10,7 +10,7 @@ if [ `whoami` = "root" ]; then # effective uid
export PS1='\[\033[01;47;31m\]\h\[\033[40;31m\] \u \[\033[37m\]\W \$ \[\033[00m\]'
else
# export PS1='\[\033[01;47;31m\]\h\[\033[40;34m\] \u \[\033[37m\]\W $(parse_git_branch) \$ \[\033[00m\]'
- export PS1='\[\033[01;33m\]\u\[\033[01;35m\]@\[\033[00;31m\]\h\[\033[00m\]:\[\033[0;33m \w $(parse_git_branch) \[\033[00m\]\$ '
+ export PS1='\033[01;33m\u\033[01;35m@\033[00;31m\h\033[00m:\033[0;33m \w $(parse_git_branch) \033[0m\$ '
fi
PS2='> '
unset PROMPT_COMMAND