Dotfiles/.zshrc
2012-04-23 22:11:24 +02:00

13 lines
No EOL
321 B
Bash

export ZSH=~/.zsh
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
# add a function path
fpath=($ZSH/functions $ZSH/completions $fpath)
# 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