aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-06-09 20:51:47 -0400
committertdro <tdro@users.noreply.github.com>2020-06-09 20:51:47 -0400
commitfaf41b6fff536909d45b282fe38dcb69b2e3e9a1 (patch)
treea08353ddf036d4d4f3c55890c6f881023aa855f9 /.bash_profile
parentc1dc3e0a382b71bf9bc4a9e9f8e4513250a2fab1 (diff)
downloaddotfiles-faf41b6fff536909d45b282fe38dcb69b2e3e9a1.tar.gz
dotfiles-faf41b6fff536909d45b282fe38dcb69b2e3e9a1.tar.bz2
dotfiles-faf41b6fff536909d45b282fe38dcb69b2e3e9a1.zip
.bash_profile: Set local path first
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
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