projects
/
~bandali
/
configs
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Zsh and ZIM changes
[~bandali/configs]
/
zsh
/
.zshenv
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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