diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..250c5d4 --- /dev/null +++ b/.zshrc @@ -0,0 +1,10 @@ +autoload -Uz compinit promptinit +compinit +promptinit + +autoload -U colors && colors +PS1="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m:%{$fg[yellow]%}%~%{$reset_color%}$ " + +# load functions +[[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions" +[[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc"