added svim alias

This commit is contained in:
James McGlashan 2011-12-16 12:53:27 +11:00
commit 6c9ad747b1

View file

@ -1,4 +1,7 @@
# Vim helper plugin.
# Aliases
alias svim='sudo vim'
# Colorize the source of a file and create a html file.
code2html() {
vim $@ +'syn on' +'set background=dark' +'colorscheme pablo' +'TOhtml' +'w' +'qa' &>/dev/null