diff --git a/nixos/layers/zsh.nix b/nixos/layers/zsh.nix index 3b08cbfe373fa27f100c929d676eba6ba66011c3..1250e6040706555ffd9012bd9eccc3df370287f1 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