Add bin directory for custom scripts
This commit is contained in:
parent
8988c2a31f
commit
ceb01ff80c
3 changed files with 9 additions and 1 deletions
tag-zsh
|
@ -5,6 +5,7 @@ export PATH=$PATH:vendor/bin
|
|||
export PATH=$PATH:$HOME/.composer/vendor/bin
|
||||
export PATH=$PATH:/usr/local/sbin
|
||||
export PATH=$PATH:"$HOME/.platformsh/bin"
|
||||
export PATH="$HOME/.bin:$PATH"
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH=/Users/opdavies/.oh-my-zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue