From 146f9f6cc882a6cd49a97accc0387213cbb549e4 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 30 Dec 2018 18:41:34 -0500 Subject: [PATCH] bash only run bashrc --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index a26b4ce..0fbcc8e 100644 --- a/.profile +++ b/.profile @@ -25,10 +25,10 @@ export LESS_TERMCAP_ue=$'\E[0m' # reset underline [ ! -f ~/.shortcuts ] && shortcuts >/dev/null 2>&1 -[ -f ~/.bashrc ] && source "$HOME/.bashrc" +echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc" # Start graphical server if i3 not already running. [ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 >/dev/null && exec startx -# Switch escape and caps and use wal colors if tty: +# Switch escape and caps if tty: sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null