diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-05-02 22:32:49 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-05-02 22:32:49 +0200 |
| commit | 79be19ffebe372b43676f6d9f0068324103c19da (patch) | |
| tree | 1448f721f588b5fa8414dfc0463296b6424facdc | |
| parent | 429393b0dd19becc8f175fee1d2e437bc893481a (diff) | |
| download | dotfiles-79be19ffebe372b43676f6d9f0068324103c19da.tar.gz dotfiles-79be19ffebe372b43676f6d9f0068324103c19da.zip | |
bash: Simplify the PS1 line
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
| -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. -PS1='\u:\w$(__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' |
