summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorYigit Sever2023-01-03 00:22:51 +0300
committerYigit Sever2023-01-03 00:22:51 +0300
commit6713b1fce02317fb9fff8169445578eecbd4cd56 (patch)
tree4034709054f22ee01e5545ceb4d373dd5aae7d42 /.local
parent68f0272232f95158f4808d05411d761c564cc5d3 (diff)
downloaddotfiles-6713b1fce02317fb9fff8169445578eecbd4cd56.tar.gz
dotfiles-6713b1fce02317fb9fff8169445578eecbd4cd56.tar.bz2
dotfiles-6713b1fce02317fb9fff8169445578eecbd4cd56.zip
yc: remove parantheses from commit messages
diffstat (limited to '.local')
-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