From 2865aa83bb105988fc88ef2194b1f22fdeed5994 Mon Sep 17 00:00:00 2001 From: adamstuck Date: Wed, 20 Apr 2022 19:41:27 +0200 Subject: Source bashrc after i3 is started --- .bash_profile | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-70-g09d2