Closed Stephen2 closed 8 months ago
Probably this? https://github.com/scmbreeze/scm_breeze/issues/297
I am also running across something similar. I'm on macOS Monterey and noticed that after installing scm_breeze, I not only don't see the numbered shortcuts, but I also noticed that some of the scm_breeze git commands do not work (gb
for example). I believe scm_breeze is conflicting with the command line tools installed. When I run which -a git
, I get the following as opposed to the normal message when checking git. If I uninstall scm_breeze, I can use git normally.
case $1 in
(commit | blame | add | log | rebase | merge | difftool | switch) exec_scmb_expand_args "$_git_cmd" "$@" ;;
(checkout | diff | rm | reset | restore) exec_scmb_expand_args --relative "$_git_cmd" "$@" ;;
(branch) _scmb_git_branch_shortcuts "${@:2}" ;;
(*) "$_git_cmd" "$@" ;;
esac
}
/usr/local/bin/git
/usr/bin/git
@jamesvphan what's the output of the following, I think the head of output is snipped off?
type git
@jamesvphan what's the output of the following, I think the head of output is snipped off?
type git
I get this:
git is a shell function from /Users/[name]/.scm_breeze/lib/git/aliases.sh
EDIT: actually, after installing again, seems to be working
Closed by #331
Just switched from
bash
tozsh
shell, and usingohmyzsh
Have installed
scm_breeze
and it's working, and numbering files, e.g.,:But wrapped commands that make use of those numbers don't work:
Variables are set properly though:
Version info:
Any ideas?