summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authoradamstuck <adam.moloney.stuck@gmail.com>2022-04-20 19:41:27 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2022-04-20 19:41:27 +0200
commit2865aa83bb105988fc88ef2194b1f22fdeed5994 (patch)
treeeecda30801ef22da7d045f392ac84d38f13ea107 /.bash_profile
parent18813129c4916c444d7e92950c7ef0a239f21096 (diff)
Source bashrc after i3 is started
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile5
1 files changed, 1 insertions, 4 deletions
diff --git a/.bash_profile b/.bash_profile
index 8beec00..17b4779 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,7 +1,3 @@
-#
-# ~/.bash_profile
-#
-
export XDG_CONFIG_HOME=$HOME/.config
export XDG_CACHE_HOME=$HOME/.cache
export XDG_DATA_HOME=$HOME/.local/share
@@ -32,3 +28,4 @@ export CM_DIR=/tmp
export PF_INFO="ascii title os kernel uptime pkgs memory"
[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1
+[[ -f ~/.bashrc ]] && . ~/.bashrc