config/zsh/zshenv

14 lines
387 B
Plaintext
Raw Normal View History

2020-08-23 18:54:09 +00:00
# ~/.zshenv: environment bootstrap
export EDITOR=nvim
export XDG_CONFIG_HOME=/home/cren/.config/
2021-05-22 18:37:09 +00:00
export PATH=$PATH:/home/cren/bin:/home/cren/.local/bin:/home/cren/.local/share/ponyup/bin
2020-08-23 18:54:09 +00:00
# pfetch config
export PF_INFO="ascii title os kernel shell wm memory pkgs palette"
export PF_ASCII="linux"
# xorg display scaling. what a pain
export QT_SCALE_FACTOR=1.3
export TZ='Europe/London'