[ZSH] Macos completions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user