No known key found for this signature in database
GPG Key ID: E6600FB894DB3D19
1 changed files with
3 additions and
0 deletions
-
zshrc.d/bootstrap.zsh
|
|
|
@ -1,3 +1,6 @@ |
|
|
|
# Enable completions |
|
|
|
autoload -Uz compinit && compinit |
|
|
|
|
|
|
|
# Load in custom functions |
|
|
|
source ${ZSH_DIR}/lib/functions.zsh |
|
|
|
|
|
|
|
|