initial revision

This commit is contained in:
Jason Swank
2023-12-02 21:16:07 +00:00
commit 009bff7106
11 changed files with 268 additions and 0 deletions

1
ctx/home/.exrc Normal file
View File

@@ -0,0 +1 @@
set tabstop=4

1
ctx/home/.inputrc Normal file
View File

@@ -0,0 +1 @@
set editing-mode vi

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}:~/.local/bin