zshrc/zshrc

15 lines
310 B
Bash

# @author Sebastian Tramp <mail@sebastian.tramp.name>
# @license http://opensource.org/licenses/gpl-license.php
#
# the main RC file (will be linked to ~/.zshrc)
#
source ~/.zsh/options
source ~/.zsh/completion
source ~/.zsh/prompt
source ~/.zsh/aliases
source ~/.zsh/functions
source ~/.zsh/private