aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-02-24 02:54:42 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-02-24 02:54:42 +0100
commit7caa694187c07d5a0b6c5231d875e11fcb511e27 (patch)
tree09f0b0f6f6f554450f752d9c9a4a91c0a1b4839b /.bash_profile
parent40c8f8269238a4ba28dccd619551c370c42858dd (diff)
parentf1ae7aec9fd82b10abf17a19de69982f6c2f66da (diff)
downloaddotfiles-7caa694187c07d5a0b6c5231d875e11fcb511e27.tar.gz
Merge branch 'master' of github.com:kompetenzbolzen/vimconfig
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