summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authoradamstuck <adam.moloney.stuck@gmail.com>2022-04-24 01:08:06 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2022-04-24 01:08:06 +0200
commitf88a020f3ee159bc1a126948af03053d3427d62a (patch)
tree34e03cea017947f7c1ec84420f3b2c7801e16633 /.bash_profile
parentf2ebc064a72b6e324f1abaa45e4a1ed33e0756c3 (diff)
xinitrc -> sxrc
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 86a361b..424f4dd 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -27,5 +27,5 @@ export CM_SELECTIONS=clipboard
export CM_DIR=/tmp
export PF_INFO="ascii title os kernel uptime pkgs memory"
-[[ $(fgconsole 2>/dev/null) == 1 ]] && exec sx "$XDG_CONFIG_HOME/X11/xinitrc"
+[[ $(fgconsole 2>/dev/null) == 1 ]] && exec sx
[[ -f ~/.bashrc ]] && . ~/.bashrc