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
zsh/rc
2
zsh/rc
|
|
@ -1,5 +1,7 @@
|
|||
# zshrc, called for interactive shells
|
||||
|
||||
[[ -z "$DOTFILES_ROOT_DIR" ]] && source "$HOME/.dotfilesrc"
|
||||
|
||||
source $DOTFILES_ZSH_DIR/term_title
|
||||
set_term_title # call it right now
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue