From d87be39f33d4636a71e7dd819894425d9f4e8e51 Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Thu, 2 Feb 2017 10:09:31 +0200 Subject: [PATCH] Add ~/bin to path --- main.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.zsh b/main.zsh index 59663a1..d177743 100644 --- a/main.zsh +++ b/main.zsh @@ -69,6 +69,9 @@ HISTSIZE=100000 SAVEHIST=100000 HISTFILE=~/.zsh_history +# PATH +export PATH=${PATH}:~/bin + # Enable comments in interactive shell setopt interactivecomments