Skip to content

Instantly share code, notes, and snippets.

View jasonporritt's full-sized avatar

Jason Porritt jasonporritt

View GitHub Profile
" local syntax file - set colors on a per-machine basis:
" vim: tw=0 ts=4 sw=4
" Vim color file
" Maintainer: Jason Porritt
" Last Change: Jan. 24, 2008
hi clear
set background=dark
if exists("syntax_on")
syntax reset
set guifont=Monospace\ 10
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set shiftround " Shift to the next round tab stop
set wrap
set linebreak
set autoindent
PS1d1='$( ret=$? ; dol="\$ \[\e[0m\]" ; test $ret -gt 0 && dol="\[\e[1;91m\]\$ \[\e[0m\]" ; echo $dol)'
PS1='[\u@\h \[\033[01;34m\]\W\[\033[00m\]]'$PS1d1