diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..5238d78 --- /dev/null +++ b/.vimrc @@ -0,0 +1,14 @@ +colors koehler +filetype plugin on +syntax on +:set bs=2 +:set nocompatible +:set ts=2 +:set pastetoggle= +:set number +:set expandtab +:set tabstop=4 +:set shiftwidth=4 +:set softtabstop=4 +:set autoindent +:set mouse=a diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..9f5389a --- /dev/null +++ b/.zshrc @@ -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'