zshrc/zshrc

15 lines
375 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
2010-12-25 20:12:51 +01:00
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh