From 3ca9564f8c88063f775aee00faf9460c0faddb70 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 22 Jan 2024 16:48:19 -0300 Subject: bin/vcs: Add stub PS1 definitions for BitKeeper and CVS --- bin/vcs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin/vcs') 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)" -- cgit v1.2.3