Skip to content

Commit

Permalink
chore: autoload completions from ~/.zfunc
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed May 16, 2024
1 parent f0b91e6 commit b89f7b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ zplug load
# This autoloads the completion scripts for zsh
mkdir -p ~/.zsh/completions
fpath=(~/.zsh/completions $fpath)
autoload -U compinit && compinit
fpath+=~/.zfunc
autoload -Uz compinit && compinit

# eza is a command line tool for file management: https://github.com/eza-community/eza
if command -v eza &> /dev/null
Expand Down

0 comments on commit b89f7b9

Please sign in to comment.