1
0
Fork 0
dotfiles-chip/.profile

7 lines
274 B
Plaintext
Raw Normal View History

2022-01-15 06:03:39 +00:00
export PS1='$USER@$HOSTNAME \w \$ '
export ENV=~/.shrc
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'"