summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2024-06-09 20:42:48 +0300
committerYigit Sever2024-06-09 20:42:48 +0300
commit38b0a021df19d66b3dbf86c500b2763a1b12bbae (patch)
treec665e3825a294530b7d9b77240c26954e694b0cb
parent17e955d1a949b806d566652ebb4f8c62857433d0 (diff)
downloaddotfiles-38b0a021df19d66b3dbf86c500b2763a1b12bbae.tar.gz
dotfiles-38b0a021df19d66b3dbf86c500b2763a1b12bbae.tar.bz2
dotfiles-38b0a021df19d66b3dbf86c500b2763a1b12bbae.zip
yc: remove deprecated ctrl-d prompt
-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"