repositories
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed6d77
)
update bashrc
author
Mart Lubbers
<mart@martlubbers.net>
Tue, 2 Dec 2014 07:34:31 +0000
(08:34 +0100)
committer
Mart Lubbers
<mart@martlubbers.net>
Tue, 2 Dec 2014 07:34:31 +0000
(08:34 +0100)
.bashrc
patch
|
blob
|
history
diff --git
a/.bashrc
b/.bashrc
index
28063f1
..
fa7b57d
100644
(file)
--- a/
.bashrc
+++ b/
.bashrc
@@
-22,6
+22,6
@@
set_prompt(){
last_c=$?
PS1='\u@\h'
[[ $last_c -ge 1 ]] && PS1="($last_c) $PS1"
- PS1="$PS1\w$(__git_ps1)\$ "
+ PS1="$PS1\w$(__git_ps1)\
n\
$ "
}
PROMPT_COMMAND='set_prompt'