diff options
author | EuAndreh <eu@euandre.org> | 2024-01-22 16:48:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-01-22 16:48:19 -0300 |
commit | 3ca9564f8c88063f775aee00faf9460c0faddb70 (patch) | |
tree | 6cc79a95266416bacf9c2490bb20cba4d8475fb9 | |
parent | bin/backup: Decrease --lock-wait time (diff) | |
download | dotfiles-3ca9564f8c88063f775aee00faf9460c0faddb70.tar.gz dotfiles-3ca9564f8c88063f775aee00faf9460c0faddb70.tar.xz |
bin/vcs: Add stub PS1 definitions for BitKeeper and CVS
-rwxr-xr-x | bin/vcs | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -130,6 +130,14 @@ git_ps1() { color -c blacki " - git/$(git rev-parse HEAD)" } +bitkeeper_ps1() { + printf '' +} + +cvs_ps1() { + printf '' +} + fossil_ps1() { BRANCH_NAME="$(fossil branch current)" |