mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
7 lines
163 B
Bash
7 lines
163 B
Bash
# load our own completion functions
|
|
fpath=(~/.zsh/completion $fpath)
|
|
|
|
# completion
|
|
autoload -U +X compinit && compinit
|
|
autoload -U +X bashcompinit && bashcompinit
|