aboutsummaryrefslogtreecommitdiff
path: root/shell/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'shell/zsh/.zshrc')
-rw-r--r--shell/zsh/.zshrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc
new file mode 100644
index 0000000..6d0d4ef
--- /dev/null
+++ b/shell/zsh/.zshrc
@@ -0,0 +1,12 @@
+HISTFILE=~/.zsh_history
+HISTSIZE=1000
+SAVEHIST=1000
+
+bindkey -v
+
+autoload -Uz compinit
+compinit
+
+. ~/.dotfiles/shell/zsh/zsh-git-prompt/zshrc.sh
+
+PROMPT='[%F{green}%n%f@%m %F{green}%~%f $(git_super_status)]$ '