Skip to content

Commit

Permalink
zprofile: skip global compinit (without -u) on Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Nov 12, 2024
1 parent f39bd26 commit 69e33c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zprofile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[ -n "$SHPROFILE_LOADED" ] || source ~/.shprofile

# Enable completions and allow insecure loading
skip_global_compinit=1
autoload -U compinit && compinit -u

if [ -n "$HOMEBREW_PREFIX" ]; then
Expand Down

0 comments on commit 69e33c5

Please sign in to comment.