From 4f0c3bf0b9012f4c1ce33d3fe1e0c48ade3fd12f Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 5 Feb 2019 08:36:55 -0500 Subject: [PATCH] Make PATH portable --- bash/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index c5e5ab3..fb66d8a 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -5,4 +5,4 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc export LEDGER_FILE="~/journal.ledger" -PATH="$PATH":"/home/jdormit/.local/bin":"/home/jdormit/bin/":"/home/jdormit/.gem/ruby/2.5.0/bin":"/home/jdormit/go/bin" +PATH="$PATH":"~/.local/bin":"~/bin/":"~/.gem/ruby/2.5.0/bin":"~/go/bin"