diff options
-rw-r--r-- | .bash/prompt.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash/prompt.bash b/.bash/prompt.bash index 225b776..8c4dbaa 100644 --- a/.bash/prompt.bash +++ b/.bash/prompt.bash @@ -148,7 +148,7 @@ __prompt_command() { # git-completion. Sources: # - https://github.com/git/git/tree/master/contrib/completion (main) # - https://github.com/felipec/git-completion (fork) - # - Debian: easygit + # - Debian: easygit (outdated! you may want to use something like /git-prompt inside this repo) # - Arch: git-completion (AUR, with functionality tests) - search for ...share/git(-completion)?/prompt.sh # - Manual measure: this repository, /git-prompt # Why all this fuss? magicmonty takes control over the whole prompt, __git_ps1 only serves a part |