diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-15 16:28:30 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-15 16:28:30 +0200 |
commit | 957d0ec03d318b7bd6eba320e56fb2fccbadc1f5 (patch) | |
tree | f2128c8b9b0d9f4b659a7b146ca3f759482aa6a0 /.config | |
parent | 18ec3e9005b9346d82f82108b1843f2bd1d47b52 (diff) |
Cleaner pfetch
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 43febff..03e91ac 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -19,5 +19,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 |