From 8fb1bf87ba7750f34993561811d480c2e8036c8d Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sun, 16 Apr 2023 12:50:41 -0500 Subject: feat: add common env vars to .profile --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 46937eb..8086bad 100644 --- a/.profile +++ b/.profile @@ -1,2 +1,5 @@ export EDITOR=hx +export PAGER=less +export TERMINAL=foot +export BROWSER=firefox export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR"/hissh-agent -- cgit v1.2.3