1
0
Fork 0
dotfiles-chip/.profile

9 lines
292 B
Plaintext
Raw Normal View History

2022-04-23 07:16:48 +00:00
export ENV=~/.env
2022-01-15 06:03:39 +00:00
export PATH=~/bin:$PATH
export EDITOR=vim
export GIT_EDITOR='vim -c ":set ft=gitcommit"'
2022-01-16 04:47:22 +00:00
export BEMENU_OPTS="--nb '#000000' --hb '#000000' --tb '#000000' --fb '#000000' --hf '#ff79c6' --tf '#ff79c6' --fn 'monospace 8'"
2022-04-23 07:16:48 +00:00
export QT_QPA_PLATFORM=wayland
source "${ENV}"
welcome