Author: Kyle Fuller <inbox@kylefuller.co.uk> 2011-07-10 19:33:37 +0100 +0100
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2011-07-10 19:33:37 +0100 +0100
Commit: 64755f5cf86067e46983b9f50c731920d2ab2159
Parent: ac1d4fc87578fd8f64237c03e4bfa9ef68f090d9
Add a reload alias to reload the config
diff --git a/rc b/rc
index 90d9e83824d79eddebfcdf2bcffe7ecba3588d11..d54f5e27c80c8f8e887ec6082bbc7719470a7235 100644
--- a/rc
+++ b/rc
@@ -24,6 +24,8 @@ alias v=$EDITOR
alias gdiff='git diff | $EDITOR -R -'
alias grev='git rev'
+alias reload='source ~/.env/rc'
+
if [ -r ~/.oh-my-zsh ] ; then
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh