From 243e280b5fd9527891a58d6578f2e659302908c7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 29 Oct 2018 03:13:31 -0400 Subject: just use hostnames for this stuff i don't really want another level of indirection --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 5242207..d33a297 100644 --- a/bashrc +++ b/bashrc @@ -5,7 +5,7 @@ type rbenv > /dev/null 2>&1 && eval "$(rbenv init -)" test -d $HOME/.cargo/bin && export PATH="$HOME/.cargo/bin:$PATH" # }}} # environment {{{ -export PATH="${HOME}/.bin/local:${HOME}/.bin/$(cat "${HOME}/conf/.conf-type"):${HOME}/.bin:/usr/lib/ccache/bin:/usr/share/git/diff-highlight:$PATH" +export PATH="${HOME}/.bin/local:${HOME}/.bin/$(hostname):${HOME}/.bin:/usr/lib/ccache/bin:/usr/share/git/diff-highlight:$PATH" [ -f "$HOME/.sh/env" ] && source $HOME/.sh/env # }}} # Test for an interactive shell. {{{ -- cgit v1.2.3-54-g00ecf