all repos — nixfiles @ 49aafb7531cd3d6a5885859b1a56509d45f5e990

System and user configuration, managed by nix and home-manager

zsh: Stop anyframe from adding to fpath
Alan Pearce alan@alanpearce.eu
Thu, 18 May 2017 16:23:57 +0200
commit

49aafb7531cd3d6a5885859b1a56509d45f5e990

parent

71fb2e58a36faba318009596a59e517cd95465fc

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -119,6 +119,7 @@ zplugin load "zsh-users/zsh-completions" zplugin load "hlissner/zsh-autopair"
 zplugin load "zdharma/fast-syntax-highlighting"
 zplugin load "caarlos0/zsh-open-pr"
+zplugin ice blockf
 zplugin load "mollifier/anyframe"
 
 if [[ $os -eq darwin ]]