6f4eb063b3
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
8 lines
192 B
Bash
8 lines
192 B
Bash
export ZSH=~/.zsh
|
|
|
|
# Load all of the config files in ~/.zsh/lib that end in .zsh
|
|
for config_file ($ZSH/lib/*.zsh) source $config_file
|
|
|
|
# Load and run compinit
|
|
autoload -U compinit
|
|
compinit -i
|