Skip to content

Instantly share code, notes, and snippets.

@isDipesh
Created September 28, 2024 07:03
Show Gist options
  • Save isDipesh/2dfd2a656134f8dae0ef110e4d4b6c19 to your computer and use it in GitHub Desktop.
Save isDipesh/2dfd2a656134f8dae0ef110e4d4b6c19 to your computer and use it in GitHub Desktop.
SCM breeze: Fix `vared:8: ZLE not enabled`

Issue

~/p/pdf-sum ❯❯❯ gca
Committing all files (9)
git_commit_prompt:vared:8: ZLE not enabled
Aborting commit due to empty commit message.

Fix

cd ~/.scm_breeze
git checkout 136fb6b4ee446fff8bd976768702200460714c96~1 -- lib/git/status_shortcuts.sh

Track issue: scmbreeze/scm_breeze#321

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment