adding dot files

This commit is contained in:
Sadiq Saif 2011-12-23 13:50:18 -05:00
parent 7e8493a2d6
commit 1628de2462
2 changed files with 29 additions and 0 deletions

14
.vimrc Normal file
View File

@ -0,0 +1,14 @@
colors koehler
filetype plugin on
syntax on
:set bs=2
:set nocompatible
:set ts=2
:set pastetoggle=<F2>
:set number
:set expandtab
:set tabstop=4
:set shiftwidth=4
:set softtabstop=4
:set autoindent
:set mouse=a

15
.zshrc Normal file
View File

@ -0,0 +1,15 @@
autoload -U compinit promptinit
compinit
promptinit
#prompt
prompt elite2
#opts
setopt APPEND_HISTORY
setopt EXTENDED_HISTORY
setopt EXTENDED_GLOB
#aliases
alias rmdir='rm -r'
alias sl='ls'