From 7f4598a1abb49a1ede5634c8f42b59aa393bcabe Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Tue, 7 Apr 2020 14:47:48 +0200
Subject: [PATCH] Add comment for future zsh completion changes

---
 nixos/layers/zsh.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nixos/layers/zsh.nix b/nixos/layers/zsh.nix
index 3b08cbf..1250e60 100644
--- a/nixos/layers/zsh.nix
+++ b/nixos/layers/zsh.nix
@@ -72,6 +72,7 @@ in
     # set the default less options
     export LESS='-g -i -M -R -S -w -z-4'
 
+    # export LOCAL_ZSH_COMPLETION_PATH=''${XDG_DATA_HOME:-$HOME/.local/share}/zsh/site-functions
     export LOCAL_ZSH_COMPLETION_PATH=~/.local/zsh-completions
   '';
 # FIXME: set the less input preprocessor
-- 
GitLab