initial import

This commit is contained in:
tengel 2024-03-20 11:25:14 -05:00
parent 05d432f88a
commit 216dbc3fde
22 changed files with 1772 additions and 0 deletions

5
profile.osx Normal file
View file

@ -0,0 +1,5 @@
PATH=$PATH:~/bin
PS1='[\u@\h $PWD]\n$ '
CLICOLOR=1
LSCOLORS="Exfxcxdxbxegedabagacad"
export PATH PS1 CLICOLOR LSCOLORS