From a0e3c9325bc56a15c3784f91a02c74cb93f879f8 Mon Sep 17 00:00:00 2001 From: mediocregopher Date: Sat, 6 Jan 2024 11:59:31 +0100 Subject: Move bin derivation to global default.nix --- zsh/zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index c939401..f59c843 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,3 +1,9 @@ +#Global stuff shitty programs use +export EDITOR=~/.nix-profile/bin/nvim + +# GPG is needy +export GPG_TTY=$(tty) + #Correctly background processes setopt nohup -- cgit v1.2.3