Skip to content

Commit 9a75fed

Browse files
committed
Add PATH to the dotfiles bin definitions
1 parent 09a5dd0 commit 9a75fed

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bashrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ source ~/.aliases
22

33
export EDITOR='vim'
44

5+
# Add dotfiles bin path
6+
export PATH="$PATH:$HOME/.bin"
7+
58
# Python PATH
69
export PATH="`brew --prefix`/opt/python/libexec/bin:$PATH"
710

zshrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ then
66
source $HOME/.localrc
77
fi
88

9+
# add PATH to binaries
10+
export PATH="$PATH:$HOME/.bin"
11+
912
# all of our zsh files
1013
typeset -U config_files
1114
config_files=($HOME/.zsh/*.zsh)

0 commit comments

Comments
 (0)