aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-02-23 12:26:29 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-02-23 12:26:29 +0100
commitf1ae7aec9fd82b10abf17a19de69982f6c2f66da (patch)
treea1510155550ed9b940cdff9d8d40cebd29aeeb61 /.bash_profile
parent623b8e09f00704cb953f1b718ff9675eaffa7989 (diff)
downloaddotfiles-f1ae7aec9fd82b10abf17a19de69982f6c2f66da.tar.gz
dynamic path generation
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
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