Dotfiles/.zshrc
2012-04-24 08:58:49 +02:00

10 lines
No EOL
251 B
Bash

export ZSH=~/.zsh
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
# Load all of the config files in ~/oh-my-zsh that end in .zsh
for config_file ($ZSH/lib/*.zsh) source $config_file
# Load and run compinit
autoload -U compinit
compinit -i