diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-02-23 12:26:29 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-02-23 12:26:29 +0100 |
commit | f1ae7aec9fd82b10abf17a19de69982f6c2f66da (patch) | |
tree | a1510155550ed9b940cdff9d8d40cebd29aeeb61 /.bash_profile | |
parent | 623b8e09f00704cb953f1b718ff9675eaffa7989 (diff) | |
download | dotfiles-f1ae7aec9fd82b10abf17a19de69982f6c2f66da.tar.gz |
dynamic path generation
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
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 |