diff options
| author | Yigit Sever | 2023-01-03 00:22:51 +0300 |
|---|---|---|
| committer | Yigit Sever | 2023-01-03 00:22:51 +0300 |
| commit | 6713b1fce02317fb9fff8169445578eecbd4cd56 (patch) | |
| tree | 4034709054f22ee01e5545ceb4d373dd5aae7d42 | |
| parent | 68f0272232f95158f4808d05411d761c564cc5d3 (diff) | |
| download | dotfiles-6713b1fce02317fb9fff8169445578eecbd4cd56.tar.gz dotfiles-6713b1fce02317fb9fff8169445578eecbd4cd56.tar.bz2 dotfiles-6713b1fce02317fb9fff8169445578eecbd4cd56.zip | |
yc: remove parantheses from commit messages
| -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 | ||
