From c50c7fdf2561a16077274cbd243cfd6255beaaac Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 8 Dec 2022 23:52:23 +0100 Subject: Make zsh find extra completions --- zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index abb8f066..47bbc591 100644 --- a/zshrc +++ b/zshrc @@ -1,3 +1,11 @@ +# Zsh configuration -*- sh -*- + +# Load functions from Guix profile, where packages like +# zsh-completions are installed. +if [ -d ~/.guix-home/profile/share/zsh/site-functions ]; then + fpath+=(~/.guix-home/profile/share/zsh/site-functions) +fi + zmodload zsh/attr zmodload -F zsh/cap b:cap zmodload zsh/datetime -- cgit v1.2.3