summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2017-01-27 16:05:55 -0800
committerJesse Luehrs <doy@tozt.net>2017-01-27 16:07:02 -0800
commitc3b99892a57ea76a07800babd77382628af1a316 (patch)
tree7dd01e12c37317196bb9792f044d168997fc49e8 /bashrc
parente7e88975238838afda45270b7b3c6db217174414 (diff)
downloadconf-c3b99892a57ea76a07800babd77382628af1a316.tar.gz
conf-c3b99892a57ea76a07800babd77382628af1a316.zip
reorganize bin directory
don't need an independent nethack bin directory, but i do want a place to stick local binaries
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 4e4a864..7534949 100644
--- a/bashrc
+++ b/bashrc
@@ -1,5 +1,5 @@
# environment {{{
-export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/nethack:${HOME}/.bin:/usr/lib/ccache/bin:$PATH"
+export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/local:${HOME}/.bin:/usr/lib/ccache/bin:$PATH"
[ -f "$HOME/.env" ] && source $HOME/.env
# }}}
# language environments {{{