dotfiles/.zshrc

9 lines
190 B
Bash
Raw Normal View History

2016-04-16 16:31:54 +02:00
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