From: Andrew Lorimer Date: Wed, 9 Jan 2019 12:43:10 +0000 (+1100) Subject: add ~/scripts to $PATH X-Git-Url: https://git.lorimer.id.au/dotfiles.git/diff_plain/7a7fd76d71855d107139c38868598f51de55ea54 add ~/scripts to $PATH --- diff --git a/zsh/.zshrc b/zsh/.zshrc index fe56e3e..452c46f 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,4 +1,4 @@ -export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH=$HOME/scripts:/usr/local/bin:$PATH export PATH=/usr/local/opt/grep/libexec/gnubin:$PATH export ZSH=$HOME/.oh-my-zsh