autoload -U compinit promptinit
compinit
promptinit

export EDITOR='vim'
export PATH="/home/bscher/bin:$PATH"

alias ls='ls --color=auto'
alias grep='grep --color=auto'
 
# This will set the default prompt to the walters theme
prompt walters
