From 38b0a021df19d66b3dbf86c500b2763a1b12bbae Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 9 Jun 2024 20:42:48 +0300 Subject: yc: remove deprecated ctrl-d prompt --- .local/bin/yc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/yc b/.local/bin/yc index 3acfbcb..22ab872 100755 --- a/.local/bin/yc +++ b/.local/bin/yc @@ -3,6 +3,6 @@ SCOPE=$(gum input --placeholder "scope") SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change") -DESCRIPTION=$(gum write --placeholder "details of this change ( to finish)") +DESCRIPTION=$(gum write --placeholder "details of this change") gum confirm "commit changes?" && yadm commit -m "$SUMMARY" -m "$DESCRIPTION" -- cgit v1.2.3-70-g09d2