@ -15,6 +15,10 @@
if [[ -f "$GUIX_PROFILE/etc/profile" ]]; then
. "$GUIX_PROFILE/etc/profile"
fi
if [[ -d "$HOME/.zsh/functions" ]]; then
export fpath=(~/.zsh/functions $fpath)
autoload -U compinit && compinit
fortune
'';
};