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 --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 15689bf..ad28b69 100644 --- a/zshrc +++ b/zshrc @@ -1,7 +1,7 @@ # environment {{{ # not using .zshenv, because it runs before /etc/profile, and /etc/profile # tends to hard-set $PATH and such -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