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, 0 insertions, 2 deletions
diff --git a/.local/bin/yc b/.local/bin/yc
index 16c2e9b..3acfbcb 100755
--- a/.local/bin/yc
+++ b/.local/bin/yc
@@ -2,8 +2,6 @@
2 2
3SCOPE=$(gum input --placeholder "scope") 3SCOPE=$(gum input --placeholder "scope")
4 4
5test -n "$SCOPE" && SCOPE="($SCOPE)"
6
7SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change") 5SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change")
8DESCRIPTION=$(gum write --placeholder "details of this change (<C-d> to finish)") 6DESCRIPTION=$(gum write --placeholder "details of this change (<C-d> to finish)")
9 7