mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
set up DOTFILES_* vars for non-login shells too
This commit is contained in:
parent
02b9c5229f
commit
020d1e8a51
4 changed files with 12 additions and 6 deletions
2
bash/rc
2
bash/rc
|
|
@ -1,5 +1,7 @@
|
|||
## bashrc, called for interactive shells
|
||||
|
||||
[[ -z "$DOTFILES_ROOT_DIR" ]] && source "$HOME/.dotfilesrc"
|
||||
|
||||
source $DOTFILES_BASH_DIR/prompt
|
||||
source $DOTFILES_BASH_DIR/history
|
||||
source $DOTFILES_BASH_DIR/term_title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue