summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authormediocregopher <mediocregopher@gmail.com>2024-01-06 11:59:31 +0100
committermediocregopher <mediocregopher@gmail.com>2024-01-06 12:03:53 +0100
commita0e3c9325bc56a15c3784f91a02c74cb93f879f8 (patch)
treebb46c0c4adf677069d626b512f5a9100d637bcb9 /zsh/zshrc
parentd211b2efba99d17eab42439b4353865fa16f40bc (diff)
Move bin derivation to global default.nix
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc6
1 files changed, 6 insertions, 0 deletions
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