bashrc: Added an autosource function that allows us to source other files similar to how you would import python modules

This commit is contained in:
Gregor Bückendorf 2019-05-18 15:30:55 +02:00
parent ea57c0fc60
commit 9867ab3cac
5 changed files with 66 additions and 35 deletions

View file

@ -1,4 +1,4 @@
DOTFILES_ACTIVE=true
DOTFILES_DIR="${HOME}/.dotfiles"
DOTFILES_GITDIR="${HOME}/.dotgit"
BASH_FUNC_PATH="${HOME}/.bash_functions:${DOTFILES_DIR}/bash_functions"