Add ~/bin to path

This commit is contained in:
Mark Vainomaa 2017-02-02 10:09:31 +02:00
parent 7770ba056e
commit d87be39f33
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ HISTSIZE=100000
SAVEHIST=100000
HISTFILE=~/.zsh_history
# PATH
export PATH=${PATH}:~/bin
# Enable comments in interactive shell
setopt interactivecomments