Dotfiles/.zshrc
Nis Wechselberg 6f4eb063b3 Cleanup
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
2021-09-18 19:36:39 +02:00

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