summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-17 14:46:30 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-17 14:46:30 -0400
commit6a00e216d21bf953b9a8d8d505f131edd65a27de (patch)
tree54ae4eb262697e596573f68764d41aa0fb00fe6f /zsh
parent58e37fc28b5907cd3cf360f55710f69c8beeb954 (diff)
stow --no-folding doesn"t work with --dotfiles
Diffstat (limited to 'zsh')
m---------zsh/.zsh/pure (renamed from zsh/zsh/pure)0
-rw-r--r--zsh/dot-zshrc4
2 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zsh/pure b/zsh/.zsh/pure
-Subproject dfc8062c64df8821eaec7d741c75f3cee20d37e
+Subproject dfc8062c64df8821eaec7d741c75f3cee20d37e
diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc
index be02a33..bc1bb37 100644
--- a/zsh/dot-zshrc
+++ b/zsh/dot-zshrc
@@ -3,6 +3,8 @@
bindkey -e
+fpath+=$HOME/.zsh/pure
+
autoload -Uz compinit; compinit
autoload -Uz promptinit; promptinit
@@ -11,3 +13,5 @@ zstyle ':completion::complete:*' gain-privileges 1
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
setopt append_history share_history histignorealldups
+
+prompt pure