diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-15 16:35:29 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-15 16:35:29 +0200 |
commit | 9e4af4df9d8030dc260747ed1c7cefb2335b9943 (patch) | |
tree | c4a606b6fc7e789cd22d77c7586e367757cf98ec | |
parent | 26fbd81d6b2f50bca1a47f75f5b5a600183fea46 (diff) |
No unnecessary bashrc read + cleaner pfetch
-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 |