We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a5dd0 commit 9a75fedCopy full SHA for 9a75fed
bashrc
@@ -2,6 +2,9 @@ source ~/.aliases
2
3
export EDITOR='vim'
4
5
+# Add dotfiles bin path
6
+export PATH="$PATH:$HOME/.bin"
7
+
8
# Python PATH
9
export PATH="`brew --prefix`/opt/python/libexec/bin:$PATH"
10
zshrc
@@ -6,6 +6,9 @@ then
source $HOME/.localrc
fi
+# add PATH to binaries
11
12
# all of our zsh files
13
typeset -U config_files
14
config_files=($HOME/.zsh/*.zsh)
0 commit comments