]> git.phdru.name Git - dotfiles.git/blobdiff - .bashrc
`ssh`: Remove option `-4`
[dotfiles.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 4f372983d14ae52a51996ff03eaecbe093e40b9e..7faeed5e6f76cc10c7d8aea5b17d79bff1a54103 100644 (file)
--- 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*) ;;