summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-16 12:50:41 -0500
committerSam Nystrom <sam@samnystrom.dev>2023-04-16 12:50:41 -0500
commit8fb1bf87ba7750f34993561811d480c2e8036c8d (patch)
tree9dd49a16fd055107e94e78c5a0a43cb8f6dbd9c9 /.profile
parent73bb4ff058b42629b14a87a28379b6b6e254ca93 (diff)
feat: add common env vars to .profile
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 3 insertions, 0 deletions
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