aboutsummaryrefslogtreecommitdiff
path: root/bin/update-theme
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update-theme')
-rwxr-xr-xbin/update-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-theme b/bin/update-theme
index 2d233d4..7f71beb 100755
--- a/bin/update-theme
+++ b/bin/update-theme
@@ -1,6 +1,6 @@
#!/bin/bash
-ALACRITTYCONF="${HOME}/.config/alacritty/alacritty.yml"
+ALACRITTYCONF="${HOME}/.config/alacritty/alacritty.toml"
CURRENT_WINDOW_NAME=$(tmux display-message -p "#W" | tr '[:upper:]' '[:lower:]')
export $(tmux show-env | grep THEME)