I switched from Mac Port to Homebrew
I use zsh, I installed brew git git-extra and bash -completion. I still don’t see git auto-completion, for example for Mac ports.
You need to add .zshrc configs as shown below
zstyle ': completion: git: *' script / usr / local / etc / bash_completion.d / git -completion.bashfpath = (/ usr / local / share / zsh / site-functions $ fpath)
zstyle ': completion: git: *' script / usr / local / etc / bash_completion.d / git -completion.bash
fpath = (/ usr / local / share / zsh / site-functions $ fpath)
It looks like you need to get zsh-completions
Source: https://habr.com/ru/post/1534960/More articles:Is running runnable.run () wrong? - javaКак я могу управлять своим кодом if else, если что-то еще? - javascriptStop page refresh - save page data after page refresh - javascriptWhen will it be enough for you to use the new Java features? - javaError: ENOENT, open favicon.ico - node.jsHow to write unit tests in karma that interact with SVG graphics using Snap.svg? - javascriptWhy does a line printed using 'print' in clojure only appear on my console after using println? - printingКак получить уведомление в углу значка программы? - androidType Variable Constraint - haskellHow to skip paste () when its value is NA in R - rAll Articles