summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc8
1 files changed, 8 insertions, 0 deletions
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