diff --git a/ctx/home/.profile b/ctx/home/.profile new file mode 100644 index 0000000..d77dc70 --- /dev/null +++ b/ctx/home/.profile @@ -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