Vim » History » Version 1
Version 1/2
-
Next ยป -
Current version
Anonymous, 09/28/2007 10:25 AM
= Colours in VIM =
In order to display coloured text in VIM, change ''/etc/profile.d/vim.sh'' to:
{{{
if [ -n "$BASH_VERSION" -o -n "$KSH_VERSION" -o -n "$ZSH_VERSION" ]; then
# for bash and zsh, only if no alias is already set
alias vi >/dev/null 2>&1 || alias vi=vim
fi
}}}