aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-22 16:48:19 -0300
committerEuAndreh <eu@euandre.org>2024-01-22 16:48:19 -0300
commit3ca9564f8c88063f775aee00faf9460c0faddb70 (patch)
tree6cc79a95266416bacf9c2490bb20cba4d8475fb9 /bin
parentbin/backup: Decrease --lock-wait time (diff)
downloaddotfiles-3ca9564f8c88063f775aee00faf9460c0faddb70.tar.gz
dotfiles-3ca9564f8c88063f775aee00faf9460c0faddb70.tar.xz
bin/vcs: Add stub PS1 definitions for BitKeeper and CVS
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vcs8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/vcs b/bin/vcs
index 2f2c4f6..93d3e2b 100755
--- a/bin/vcs
+++ b/bin/vcs
@@ -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)"