aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d/20-gruvbox.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-25 18:35:31 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-25 18:35:31 -0600
commit2f21f7a7da6af012f51016529423425b0bcf4bbc (patch)
tree9853961db3d17143218b56cd22c6d227ae201e12 /sh/.config/profile.d/20-gruvbox.sh
parentfe4906334c1b6f9f4ea14391832b936289a59604 (diff)
fix(sh): fix base16 theme
Diffstat (limited to 'sh/.config/profile.d/20-gruvbox.sh')
-rw-r--r--sh/.config/profile.d/20-gruvbox.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/.config/profile.d/20-gruvbox.sh b/sh/.config/profile.d/20-gruvbox.sh
index 5921711..5041f03 100644
--- a/sh/.config/profile.d/20-gruvbox.sh
+++ b/sh/.config/profile.d/20-gruvbox.sh
@@ -1,3 +1,4 @@
#!/bin/sh
-export BASE16_DEFAULT_THEME="gruvbox-dark-hard"
+export BASE16_THEME_DEFAULT="gruvbox-dark-hard"
+export BASE16_SHELL_ENABLE_VARS=1