about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-09-13 07:48:42 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-09-13 07:48:42 +0100
commit3ce7ba4a435d35d0af8a99c22d1703436892d5f8 (patch)
tree561b36c647bdd3917933cc2ee6772bd145659018
parentc3cdf6198c691400236e2e90a92c655eab63c7b0 (diff)
downloaddotfiles-3ce7ba4a435d35d0af8a99c22d1703436892d5f8.tar.gz
Set variables in .zshenv
-rw-r--r--nixconf/zsh.nix4
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