From f1ae7aec9fd82b10abf17a19de69982f6c2f66da Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 23 Feb 2020 12:26:29 +0100 Subject: dynamic path generation --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 038dfd2..5f73e6a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -8,5 +8,6 @@ export EDITOR=nvim export VISUAL=nvim PATH=~/bin:$PATH +[[ -f ~/.files ]] && source ~/.files && PATH="$DOTFILEBASE/scripts:$PATH" [[ -f ~/.bashrc ]] && . ~/.bashrc -- cgit v1.2.3