From e54782976e1cb67258d7e0e502f4684a27090614 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 27 Aug 2018 14:42:00 +0300 Subject: [PATCH] .zshrc: Prioritize local bin path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ad87391..36caf11 100644 --- a/.zshrc +++ b/.zshrc @@ -54,7 +54,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then PATH=$PATH:/usr/local/opt/postgresql@9.5/bin elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then - PATH=$PATH:~/.local/bin + PATH=~/.local/bin:$PATH # Manually manage Ruby shit for DSpace build environment (anything is better than RVM) # DSpace Mirage 2 build explicitly looks for GEM_HOME and GEM_PATH