summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-12-01 15:02:29 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-12-01 15:02:29 +0100
commit639bcc45223ef5e116dde1e99536a52bb87bec27 (patch)
tree883785fa132379a274887c6fb1190c27eed79bae /bashrc
parent25cc202572c97bcb7dc3046a06790a9dd1d3d517 (diff)
downloadbin-639bcc45223ef5e116dde1e99536a52bb87bec27.zip
bin-639bcc45223ef5e116dde1e99536a52bb87bec27.tar.gz
nothing
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 5deb216..fcc1e89 100644
--- a/bashrc
+++ b/bashrc
@@ -6,7 +6,7 @@ parse_git_branch() {
}
PS1='`hostname`:`pwd`# '
-if [ `whoami` = "root" ]; then # effective uid
+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\]'