From 004162c05e42a2f2645ca06702567967b1d88961 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Wed, 16 Dec 2020 02:12:41 +0100 Subject: . --- shell/zsh/.zshrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shell/zsh/.zshrc (limited to 'shell/zsh/.zshrc') 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)]$ ' -- cgit v1.2.3-70-g09d2