aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-06 02:44:21 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commit9188fba3b14c331744b8593138f9496adea4ea60 (patch)
tree2c7ab948dab8a538ddccbd35c86ffde407ded2a7 /zsh/.zshrc
parentb8934837f867f14d219b3360ce5407aae9dd005e (diff)
downloaddotfiles-9188fba3b14c331744b8593138f9496adea4ea60.tar.xz
zsh: Use the ZSH prompt system for prompt
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 3 insertions, 1 deletions
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