From 33b2569f047c0ea274f036a691110cd1debd459c Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 26 Sep 2023 10:43:08 -0700 Subject: zsh: exports --- darwin/home.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'darwin') diff --git a/darwin/home.nix b/darwin/home.nix index 518e6bb..eec9c2f 100644 --- a/darwin/home.nix +++ b/darwin/home.nix @@ -25,7 +25,6 @@ kubectl kubelogin-oidc terraform - kops k9s # gui zoom-us @@ -44,9 +43,12 @@ programs.zsh = { enable = true; enableCompletion = true; - #sessionVariables = { - # PATH = "/etc/profiles/per-user/shubh/bin:$PATH"; - #}; + initExtra = '' + export PATH="$PATH:$HOME/.bin"; + export VISUAL="nvim" + export EDITOR="$VISUAL" + export MANPAGER="nvim +Man!" + ''; shellAliases = { ll = "ls -l"; v = "nvim"; -- cgit v1.2.3