[ZSH] Macos completions

This commit is contained in:
Fabian Ising
2026-07-28 10:23:36 +02:00
parent cb5c767ca2
commit 3e7a8d4f10
2 changed files with 132 additions and 0 deletions
+5
View File
@@ -14,6 +14,11 @@ else
fi
export PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$HOME/.local/bin:$HOMEBREW_PREFIX/bin:$PATH:$HOMEBREW_PREFIX/sbin"
# macOS-specific completion functions.
fpath=("${ZDOTDIR:-$HOME}/.zsh/completions_mac" $fpath)
autoload -Uz _launchctl
compdef _launchctl launchctl
# test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
# Research