[zsh] Add environment variables for OS versions to darwin env
This commit is contained in:
parent
ec54a33422
commit
6e01168049
2 changed files with 5 additions and 0 deletions
1
env
1
env
|
@ -11,6 +11,7 @@
|
|||
[[ -e "$HOME/.shell-functions" ]] && source "$HOME/.shell-functions"
|
||||
|
||||
export SYS=`uname -s | tr A-Z a-z`
|
||||
|
||||
# Set this to a non-zero integer to see startup messages
|
||||
export NOISY=0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue