git.r.bdr.sh
/
rbdr
/
dotfiles
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Update gpg key
[rbdr/dotfiles]
/
runcoms
/
zshenv
1
# Ensure that a non-login, non-interactive shell has a defined environment.
2
if [[ "$SHLVL" -eq 1 && ! -o LOGIN && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then
3
source "${ZDOTDIR:-$HOME}/.zprofile"
4
fi