aboutsummaryrefslogtreecommitdiff
path: root/sh/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile
new file mode 100644
index 0000000..99da34c
--- /dev/null
+++ b/sh/.profile
@@ -0,0 +1,15 @@
+#!/usr/bin/env bash
+#
+# bryson's shell-agnostic profile
+#
+
+# shell variables
+PATH=$HOME/.local/bin:$HOME/bin:$HOME/.cargo/bin:$HOME/.dotnet/tools:$HOME/bin:$HOME/.config/emacs/bin:$PATH
+EDITOR=/usr/bin/vim
+TERMINAL=/usr/bin/alacritty
+BROWSER=/usr/bin/librewolf-bin
+XZ_OPT='-9 -T0 -M 32000000000'
+DOTNET_CLI_TELEMETRY_OPTOUT="true"
+
+# finally export all variables
+export PATH EDITOR TERMINAL BROWSER XZ_OPT DOTNET_CLI_TELEMETRY_OPTOUT