zshrc/zshrc

13 lines
308 B
Bash
Raw Normal View History

2010-12-05 16:57:06 +01:00
# @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/prompt
source ~/.zsh/aliases
source ~/.zsh/functions
source ~/.zsh/private
2010-12-07 23:24:28 +01:00
source ~/.zsh/completion