From c3b99892a57ea76a07800babd77382628af1a316 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 27 Jan 2017 16:05:55 -0800 Subject: reorganize bin directory don't need an independent nethack bin directory, but i do want a place to stick local binaries --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') 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 {{{ -- cgit v1.2.3-54-g00ecf