From 2f4a7133f5394d13aaff143a2d5bca2e7b6beb97 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Fri, 17 Jan 2014 14:50:54 +0100 Subject: [PATCH] Added /home/fab/bin to PATH --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 91654c6..9e8a3a4 100644 --- a/zshrc +++ b/zshrc @@ -39,3 +39,4 @@ then fi source ~/.zsh_functions export EDITOR=vim +export PATH=$PATH:/home/fab/bin