1
0

reorganize

This commit is contained in:
dtb
2023-08-26 02:04:10 -04:00
parent 74b7f41cfe
commit 38e5669084
25 changed files with 33 additions and 140 deletions

10
trinitystuff/sh/env Normal file
View File

@@ -0,0 +1,10 @@
if [ "$0" = "bash" ] || [ "$0" = "-bash" ]; then complete -c man which; fi
PS1="; "
PS2="; "
PS3="; "
set -o vi
. $HOME/.aliases
. $HOME/.cargo/env