more specific
This commit is contained in:
parent
9657d1051a
commit
9b7f8b515b
|
@ -64,7 +64,11 @@ export CHARSET="ISO-8859-1"
|
||||||
export PS1='\n\[\033[01;31m\]\u@\h\[\033[01;36m\] [\d \@] \[\033[01;33m\] \w\n\[\033[00m\]<\#>:'
|
export PS1='\n\[\033[01;31m\]\u@\h\[\033[01;36m\] [\d \@] \[\033[01;33m\] \w\n\[\033[00m\]<\#>:'
|
||||||
export PS2="\[\033[1m\]> \[\033[0m\]"
|
export PS2="\[\033[1m\]> \[\033[0m\]"
|
||||||
if [ -f ~/.viplease ]; then
|
if [ -f ~/.viplease ]; then
|
||||||
export VISUAL=vi
|
if [ -f /usr/bin/vim ]; then
|
||||||
|
export VISUAL=vim
|
||||||
|
else
|
||||||
|
export VISUAL=vi
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
export VISUAL=emacs
|
export VISUAL=emacs
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue