diff options
author | mail_redacted_for_web | 2024-07-14 13:13:10 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-07-14 13:13:10 +0200 |
commit | 035b47b860b96a3c4bf24ed53f9753f6dac77097 (patch) | |
tree | 9589c9627352610797da797b6520069abe1f97e5 /.bash | |
parent | 429003c91aadba10e2447fab2a536d21cb1a334c (diff) | |
download | dotfiles-035b47b860b96a3c4bf24ed53f9753f6dac77097.tar.bz2 |
easygit, lul.
Diffstat (limited to '.bash')
-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 |