-# misc
-setopt beep
-setopt extendedglob
-setopt csh_nullglob # if glob does not match, remove pattern, if no glob matches print error
-setopt numeric_glob_sort # sort numerically not lexically
-setopt noclobber # don't allow overwriting files with '>', use '>!' instead
-setopt notify
-setopt rcquotes # echo 'don''t'; prints don't
-
-# key bindings
-bindkey -e # emacs key bindings, vi is weird
-[[ -r ~/.zsh/bindkeyrc ]] && source ~/.zsh/bindkeyrc
-
-# Completion
-zstyle :compinstall filename '/home/ramsi/.zshrc'
-zstyle ':completion:*' list-colors ''
-
-setopt complete_in_word # allow completion in the middle of a word
-autoload -Uz compinit
-compinit
-
-# populate path