X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.bashrc;h=7faeed5e6f76cc10c7d8aea5b17d79bff1a54103;hb=89786416922cac2e5498bb135e3eb78afcb88c85;hp=4f372983d14ae52a51996ff03eaecbe093e40b9e;hpb=1fe03c0fd5033da2ab6976f293e700920ba163e6;p=dotfiles.git diff --git a/.bashrc b/.bashrc index 4f37298..7faeed5 100644 --- a/.bashrc +++ b/.bashrc @@ -6,6 +6,14 @@ # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples +# Copied from .profile to do minor initialization for non-interactive non-login-shells +umask 077 + +PATH="$HOME"/bin:"$HOME"/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + +# Make `ssh host date` to display in 24-hour format +LANG=C + # If not running interactively, don't do anything case $- in *i*) ;;