diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-03-20 09:50:18 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-03-20 09:50:18 -0400 |
| commit | fd964d54b6bfaab35304543c61cf2209e4fa1430 (patch) | |
| tree | 3a61fec78f1e2f95560c1d9870c294f3185a0ffc /.config/shell | |
| parent | 37930fdf573c4834e080c4a2ea94706c5465071c (diff) | |
| download | eibhear-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/profile | 4 |
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" |
