diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-09-13 07:48:42 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-09-13 07:48:42 +0100 |
commit | 3ce7ba4a435d35d0af8a99c22d1703436892d5f8 (patch) | |
tree | 561b36c647bdd3917933cc2ee6772bd145659018 | |
parent | c3cdf6198c691400236e2e90a92c655eab63c7b0 (diff) | |
download | dotfiles-3ce7ba4a435d35d0af8a99c22d1703436892d5f8.tar.gz |
Set variables in .zshenv
-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 |