diff options
-rw-r--r-- | .bash_profile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile index 386e54e..8beec00 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,8 +2,6 @@ # ~/.bash_profile # -[[ -f ~/.bashrc ]] && . ~/.bashrc - export XDG_CONFIG_HOME=$HOME/.config export XDG_CACHE_HOME=$HOME/.cache export XDG_DATA_HOME=$HOME/.local/share @@ -31,5 +29,6 @@ export WGETRC="$XDG_CONFIG_HOME/wgetrc" export CM_LAUNCHER=rofi export CM_SELECTIONS=clipboard 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 |