initial commit

This commit is contained in:
2023-05-18 22:47:13 -04:00
commit ef72ad61bd
20 changed files with 2220 additions and 0 deletions

1
sh/.exrc Normal file
View File

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

1
sh/.inputrc Normal file
View File

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

8
sh/.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