summaryrefslogtreecommitdiffstats
path: root/.local/bin/yc
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/yc')
-rwxr-xr-x.local/bin/yc2
1 files changed, 1 insertions, 1 deletions
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 @@
3SCOPE=$(gum input --placeholder "scope") 3SCOPE=$(gum input --placeholder "scope")
4 4
5SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change") 5SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change")
6DESCRIPTION=$(gum write --placeholder "details of this change (<C-d> to finish)") 6DESCRIPTION=$(gum write --placeholder "details of this change")
7 7
8gum confirm "commit changes?" && yadm commit -m "$SUMMARY" -m "$DESCRIPTION" 8gum confirm "commit changes?" && yadm commit -m "$SUMMARY" -m "$DESCRIPTION"