aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-12-21 14:36:44 -0500
committertdro <tdro@users.noreply.github.com>2019-12-21 14:36:44 -0500
commite0d0105453987a12c0af8bee6da8b345f978a04f (patch)
tree5e9184f5c4e724820d8321240689903b33ebb1d5 /.bash_profile
parent226583cd63e9667266e0018fa2850531fb7fb794 (diff)
downloaddotfiles-e0d0105453987a12c0af8bee6da8b345f978a04f.tar.gz
dotfiles-e0d0105453987a12c0af8bee6da8b345f978a04f.tar.bz2
dotfiles-e0d0105453987a12c0af8bee6da8b345f978a04f.zip
.bash_profile: Don't source .bashrc
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index e0f7333..dd34dd3 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,4 +1,3 @@
# ~/.bash_profile
-[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx &> /dev/null