From 6a00e216d21bf953b9a8d8d505f131edd65a27de Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 17 Oct 2020 14:46:30 -0400 Subject: stow --no-folding doesn"t work with --dotfiles --- zsh/.zsh/pure | 1 + zsh/dot-zshrc | 4 ++++ zsh/zsh/pure | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 zsh/.zsh/pure delete mode 160000 zsh/zsh/pure (limited to 'zsh') diff --git a/zsh/.zsh/pure b/zsh/.zsh/pure new file mode 160000 index 0000000..dfc8062 --- /dev/null +++ b/zsh/.zsh/pure @@ -0,0 +1 @@ +Subproject commit dfc8062c64df8821eaec7d741c75f3cee20d37e3 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 diff --git a/zsh/zsh/pure b/zsh/zsh/pure deleted file mode 160000 index dfc8062..0000000 --- a/zsh/zsh/pure +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dfc8062c64df8821eaec7d741c75f3cee20d37e3 -- cgit v1.2.3