summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/shell/profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 26f8241..e78f21e 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -16,6 +16,10 @@ export TERMINAL="st"
export TERMINAL_PROG="st"
export BROWSER="librewolf"
+# Change the default crypto/weather monitor sites.
+# export CRYPTOURL="rate.sx"
+# export WTTRURL="wttr.in"
+
# ~/ Clean-up:
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"