This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | " 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 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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 | 
NewerOlder