X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=zsh%2Frc;h=2d7331ceaf89c95fcd311f327029f229fc632255;hp=91d1f5de8df17c7b700b20316bd83393801a0299;hb=236d8125f35d68d4277d4e40d71fbb384750ed94;hpb=70b42be6c70cba1f99b53efa9127237fb0f2a5d3 diff --git a/zsh/rc b/zsh/rc index 91d1f5d..2d7331c 100644 --- a/zsh/rc +++ b/zsh/rc @@ -50,10 +50,9 @@ zshrc_resolve_fg_to_resumed_job_name() { # MISCELLANEOUS SETTINGS -# Be paranoid, new files are readable/writable by me only, but not as root. -if [[ $UID -ne 0 ]]; then - umask 077 -fi +# Load general shell setup commands. NOTE: Expand this when publishing the +# config. +source_config ~/.shell/rc # Disable beeps. setopt nobeep