X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5aa3c01d3a2520d1fc48bae9a3f53377d859eebc..7ac8709dc5be2b83ed87e5a44be2824a3ea07110:/cookbooks/accounts/files/default/tomh/.zshenv diff --git a/cookbooks/accounts/files/default/tomh/.zshenv b/cookbooks/accounts/files/default/tomh/.zshenv new file mode 100644 index 000000000..d7ae3bab0 --- /dev/null +++ b/cookbooks/accounts/files/default/tomh/.zshenv @@ -0,0 +1,18 @@ +# Z-shell options +setopt EXTENDED_GLOB +setopt RC_EXPAND_PARAM + +# Set file creation mask +umask 002 + +# No core dumps +limit coredumpsize 0 + +# Set the function search path +FPATH=${HOME}/zshfuncs:${FPATH} + +# Export the host name +export HOST + +# Get the unqualified node name for this host +NODE="${(M)HOST##[^.]##}"