From 1b33dd7cc432a8685f07a78407f2321fb6997bb7 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sat, 11 Jan 2014 17:18:48 +0100 Subject: [PATCH] Added resource command to resource zshrc --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index bd439a4..dac8f8b 100644 --- a/zshrc +++ b/zshrc @@ -20,6 +20,7 @@ setopt HIST_IGNORE_SPACE #Do not store ls and cd alias cd=' cd' alias ls=' ls --color=auto' +alias resource='source ~/.zshrc' if [ -f .zsh_environment ] then source ~/.zsh_environment