1
0

make nicer

This commit is contained in:
dtb
2023-08-31 15:31:41 -04:00
parent 8905d938fe
commit 163a8c0347
3 changed files with 18 additions and 16 deletions

View File

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