aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index d26f3c1..eb97270 100644
--- a/.bashrc
+++ b/.bashrc
@@ -90,7 +90,7 @@ export PAGER=less
alias gti=git
# Setting up PS1.
-export PS1='$(__git_ps1 "\[\033[0;32m\]@%s\[\033[0m\]\]") \$ '
+export PS1='$(__git_ps1 "\[\033[0;32m\]@%s\[\033[0m\]\] ")\$ '
# Introduce `cclip` as a fast way to use `xclip` but selecting the clipboard.
alias cclip='xclip -selection clipboard'