dotfiles/.zshrc

9 lines
191 B
Bash
Raw Normal View History

2020-05-24 23:16:31 +02:00
ZDOTDIR=~/.zsh
2016-04-16 16:31:54 +02:00
# Load all of the config files in $ZSH/lib that end in .zsh
2020-05-24 23:16:31 +02:00
for config_file ($ZDOTDIR/lib/*.zsh) source $config_file
2016-04-16 16:31:54 +02:00
# Load and run compinit
autoload -U compinit
compinit -i