diff options
| author | Yigit Sever | 2024-06-09 20:42:48 +0300 |
|---|---|---|
| committer | Yigit Sever | 2024-06-09 20:42:48 +0300 |
| commit | 38b0a021df19d66b3dbf86c500b2763a1b12bbae (patch) | |
| tree | c665e3825a294530b7d9b77240c26954e694b0cb | |
| parent | 17e955d1a949b806d566652ebb4f8c62857433d0 (diff) | |
| download | dotfiles-38b0a021df19d66b3dbf86c500b2763a1b12bbae.tar.gz dotfiles-38b0a021df19d66b3dbf86c500b2763a1b12bbae.tar.bz2 dotfiles-38b0a021df19d66b3dbf86c500b2763a1b12bbae.zip | |
yc: remove deprecated ctrl-d prompt
| -rwxr-xr-x | .local/bin/yc | 2 |
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 @@ | |||
| 3 | SCOPE=$(gum input --placeholder "scope") | 3 | SCOPE=$(gum input --placeholder "scope") |
| 4 | 4 | ||
| 5 | SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change") | 5 | SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change") |
| 6 | DESCRIPTION=$(gum write --placeholder "details of this change (<C-d> to finish)") | 6 | DESCRIPTION=$(gum write --placeholder "details of this change") |
| 7 | 7 | ||
| 8 | gum confirm "commit changes?" && yadm commit -m "$SUMMARY" -m "$DESCRIPTION" | 8 | gum confirm "commit changes?" && yadm commit -m "$SUMMARY" -m "$DESCRIPTION" |
