summaryrefslogtreecommitdiffstats
path: root/.config/shell
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-03-20 09:50:18 -0400
committerLuke Smith <luke@lukesmith.xyz>2023-03-20 09:50:18 -0400
commitfd964d54b6bfaab35304543c61cf2209e4fa1430 (patch)
tree3a61fec78f1e2f95560c1d9870c294f3185a0ffc /.config/shell
parent37930fdf573c4834e080c4a2ea94706c5465071c (diff)
downloadeibhear-fd964d54b6bfaab35304543c61cf2209e4fa1430.tar.gz
eibhear-fd964d54b6bfaab35304543c61cf2209e4fa1430.tar.zst
eibhear-fd964d54b6bfaab35304543c61cf2209e4fa1430.zip
customizable wttr/rate urls, sb-price improvements
Diffstat (limited to '.config/shell')
-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"