make nicer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user