Add .profile

This commit is contained in:
Jason Swank 2023-04-18 09:05:13 -04:00
parent b7a03d8f27
commit 79b4b4521b

8
ctx/home/.profile Normal file
View File

@ -0,0 +1,8 @@
export LANG=en_US.UTF-8
export EDITOR=vi
export VISUAL=${EDITOR}
export PAGER=less
export LESS=RX # R for ANSI color sequences, X to not clear screen on exit
export TMPDIR=/var/tmp
export PS1="\w $ "
export PATH=${PATH}:~/bin