From f13815efce733d23ba7dc1003d0decde09fccd4c Mon Sep 17 00:00:00 2001 From: mitsuo Date: Mon, 22 Nov 2021 04:42:22 -0500 Subject: General cleanup, make bashrc safer - Add "if-fi wrappers" before executing some commands in bashrc - Attempt in organizing things better in bashrc, profile and bash_aliases. (Like moving some env. var. exports to bashrc --- profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profile') diff --git a/profile b/profile index ca4a21f..eb10522 100644 --- a/profile +++ b/profile @@ -1,3 +1,7 @@ +# On Debian this file is loaded when the user first logs in login(1) +# If you want something that loads everytime a new terminal emulator is launched +# then put it inside .bashrc + if [ "$SHELL" = "/bin/bash" ]; then . ~/.bashrc fi -- cgit v1.2.3