home · contact · privacy
Use ~/.bashrc to make non-login bashes read in ~/.shinit.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 12 Dec 2015 10:44:55 +0000 (11:44 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 12 Dec 2015 10:44:55 +0000 (11:44 +0100)
dotfiles_minimal/bashrc [new file with mode: 0644]

diff --git a/dotfiles_minimal/bashrc b/dotfiles_minimal/bashrc
new file mode 100644 (file)
index 0000000..4dc08f7
--- /dev/null
@@ -0,0 +1,5 @@
+# Bash as a non-login shell in non-POSIX-mode does not read in the startup
+# script at the path in $ENV. This forces it to still read in the ~/.shinit
+# startup script for non-login shells.
+
+. ~/.shinit