diff options
| -rwxr-xr-x | .local/bin/yc | 2 |
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 | ||
| 3 | SCOPE=$(gum input --placeholder "scope") | 3 | SCOPE=$(gum input --placeholder "scope") |
| 4 | 4 | ||
| 5 | test -n "$SCOPE" && SCOPE="($SCOPE)" | ||
| 6 | |||
| 7 | SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change") | 5 | SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change") |
| 8 | DESCRIPTION=$(gum write --placeholder "details of this change (<C-d> to finish)") | 6 | DESCRIPTION=$(gum write --placeholder "details of this change (<C-d> to finish)") |
| 9 | 7 | ||
