From faf41b6fff536909d45b282fe38dcb69b2e3e9a1 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 9 Jun 2020 20:51:47 -0400 Subject: .bash_profile: Set local path first --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 44aac41..9a02ccb 100644 --- a/.bash_profile +++ b/.bash_profile @@ -23,7 +23,7 @@ PS1_SSHD='$(E=$? && [ "$E" = 0 ] || echo "$E ")\[\e[0;32m\]\W\[\e[0m\] \[\e[0;32 [ -n "$SSH_CLIENT" ] && [ "$EUID" != 0 ] && export PS1="$PS1_SSHD"; # path exports -export PATH="$PATH:$HOME/.local/bin" +export PATH="$HOME/.local/bin:$PATH" # general exports export EDITOR=vim -- cgit v1.2.3