git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.bash/prompt.bash
diff options
context:
space:
mode:
authorH. P. <coding _æ_ lirion.de> 2024-07-14 13:13:10 +0200
committerH. P. <coding _æ_ lirion.de> 2024-07-14 13:13:10 +0200
commit035b47b860b96a3c4bf24ed53f9753f6dac77097 (patch)
tree9589c9627352610797da797b6520069abe1f97e5 /.bash/prompt.bash
parent429003c91aadba10e2447fab2a536d21cb1a334c (diff)
downloaddotfiles-035b47b860b96a3c4bf24ed53f9753f6dac77097.tar.bz2
easygit, lul.
Diffstat (limited to '.bash/prompt.bash')
-rw-r--r--.bash/prompt.bash2
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