reorganize
This commit is contained in:
10
trinitystuff/sh/env
Normal file
10
trinitystuff/sh/env
Normal 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
|
||||
Reference in New Issue
Block a user