Dotfiles/.zshrc

9 lines
192 B
Bash
Raw Normal View History

2012-04-23 22:11:24 +02:00
export ZSH=~/.zsh
# Load all of the config files in ~/.zsh/lib that end in .zsh
2012-04-23 22:11:24 +02:00
for config_file ($ZSH/lib/*.zsh) source $config_file
# Load and run compinit
autoload -U compinit
compinit -i