diff options
Diffstat (limited to 'nixconf')
-rw-r--r-- | nixconf/zsh.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixconf/zsh.nix b/nixconf/zsh.nix index f78ecef..6169949 100644 --- a/nixconf/zsh.nix +++ b/nixconf/zsh.nix @@ -33,6 +33,10 @@ save = 100000; }; + envExtra = '' + export LSP_USE_PLISTS=true + export LESS=-iRXF + ''; profileExtra = '' [[ -f ~/.nix-profile/etc/profile.d/nix.sh ]] && . ~/.nix-profile/etc/profile.d/nix.sh path=(~/bin |