Browse Source

enable built-in completions

master
Brett Langdon 5 years ago
parent
commit
7d45ed192f
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      zshrc.d/bootstrap.zsh

+ 3
- 0
zshrc.d/bootstrap.zsh View File

@ -1,3 +1,6 @@
# Enable completions
autoload -Uz compinit && compinit
# Load in custom functions
source ${ZSH_DIR}/lib/functions.zsh


Loading…
Cancel
Save