From ba10801e76542fd21f5e999b1075087fb1c2a80a Mon Sep 17 00:00:00 2001 From: "|::||: |:|:|" Date: Mon, 12 Jan 2015 18:17:15 +0200 Subject: [PATCH] fix bug: ~ missing from initial zgen source line --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index bce0bc7..06476e7 100644 --- a/zshrc +++ b/zshrc @@ -1,5 +1,5 @@ echo "Loading zgen..." -source bin/zgen/zgen.zsh +source ~/bin/zgen/zgen.zsh source ~/bin/fixcolors HIST_STAMPS="yyyy-mm-dd"