fix script itself

This commit is contained in:
Philip Henning 2024-01-11 22:38:01 +01:00
parent 240e01257d
commit c2e5c2295d
3 changed files with 12 additions and 8 deletions

View file

@ -199,9 +199,6 @@ export PATH="${brew_path}:${PATH}"
# Functions (or more complex aliases)
source {{@@ env['HOME'] @@}}/.commonfunc
# Include /opt/homebrew/opt/gnu-getopt/bin to PATH
[[ -d "/opt/homebrew/opt/gnu-getopt/bin" ]] && export PATH="/opt/homebrew/opt/gnu-getopt/bin:${PATH}"
{%@@ if profile == 'ymir' @@%}
autoload -Uz compinit
zstyle ':completion:*' menu select