diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-05-04 23:34:46 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-05-04 23:34:46 +0200 |
| commit | f3fd23972dba7b107cf05901a959c7531c10cf45 (patch) | |
| tree | 10c54070e06b14917d34db34309107e67c961e3e /.bashrc | |
| parent | 79be19ffebe372b43676f6d9f0068324103c19da (diff) | |
| download | dotfiles-f3fd23972dba7b107cf05901a959c7531c10cf45.tar.gz dotfiles-f3fd23972dba7b107cf05901a959c7531c10cf45.zip | |
bash: PS1: Avoid an extra space on non-git
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
