diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-24 01:08:06 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-24 01:08:06 +0200 |
commit | f88a020f3ee159bc1a126948af03053d3427d62a (patch) | |
tree | 34e03cea017947f7c1ec84420f3b2c7801e16633 /.bash_profile | |
parent | f2ebc064a72b6e324f1abaa45e4a1ed33e0756c3 (diff) |
xinitrc -> sxrc
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
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 |