projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
[latexmk] use zathura instead of okular
[~bandali/configs]
/
zsh
/
.zshenv
Commit
Line
Data
855ca243
AB
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