From 9188fba3b14c331744b8593138f9496adea4ea60 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 6 Nov 2016 02:44:21 +0100 Subject: zsh: Use the ZSH prompt system for prompt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 4ed147d..4e21f7e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,6 +2,7 @@ HISTFILE=~/.config/zsh/.zsh_history HISTSIZE=500000 SAVEHIST=500000 +fpath+=("$XDG_CONFIG_HOME/zsh/themes") zstyle :compinstall filename "$ZDOTDIR"/.zshrc # Menu completion @@ -42,7 +43,6 @@ zmodload zsh/mapfile source "$ZDOTDIR"/keybindings.zsh source "$ZDOTDIR"/aliases.zsh # aliases and functions. -source "$ZDOTDIR"/prompt.zsh # sets the prompt if [[ -n "$VTE_VERSION" ]]; then source /etc/profile.d/vte.sh @@ -55,3 +55,5 @@ fi GPG_TTY=$(tty) export GPG_TTY + +prompt kyrias -- cgit v1.2.3-54-g00ecf