summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorDustin Walker <dustin.walker@email.wsu.edu>2025-01-16 17:00:08 -0500
committerDustin Walker <dustin.walker@email.wsu.edu>2025-01-16 17:00:08 -0500
commitfcf44b17142cbeaf1f6a4b66e5ab0eed1483ebe4 (patch)
treef9d4625d612af99557ff0249dbf5f1fccc6175c8 /.bash_profile
migration commitHEADmaster
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile16
1 files changed, 16 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
new file mode 100644
index 0000000..732bcaa
--- /dev/null
+++ b/.bash_profile
@@ -0,0 +1,16 @@
+# .bash_profile
+
+# Get the aliases and functions.
+[ -f $HOME/.bashrc ] && . $HOME/.bashrc
+
+# Set environment variables.
+mkdir /tmp/$USER-runtime
+chmod 700 /tmp/$USER-runtime
+export XDG_RUNTIME_DIR="/tmp/$USER-runtime"
+
+export EDITOR="nvim"
+export TERMINAL="st"
+export BROWSER="firefox"
+export READER="zathura"
+
+startx