Guest User

Untitled

a guest
Oct 18th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #
  2. # Defines environment variables.
  3. #
  4. # Authors:
  5. # Sorin Ionescu <sorin.ionescu@gmail.com>
  6. #
  7.  
  8. # Ensure that a non-login, non-interactive shell has a defined environment.
  9. if [[ ( "$SHLVL" -eq 1 && ! -o LOGIN ) && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then
  10. source "${ZDOTDIR:-$HOME}/.zprofile"
  11. fi
Add Comment
Please, Sign In to add comment