Skip to content

Commit

Permalink
fix: incorrect path for themes
Browse files Browse the repository at this point in the history
  • Loading branch information
egel committed Sep 19, 2024
1 parent 23bbbfc commit 00dab24
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gruvbox-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

SCRIPT_SRC="$(dirname "${BASH_SOURCE[${#BASH_SOURCE[@]} - 1]}")"
readonly SCRIPT_SRC
CURRENT_DIR=$(cd "${SCRIPT_SRC}" >/dev/null 2>&1 && pwd) readonly CURRENT_DIR
CURRENT_DIR=$(cd "${SCRIPT_SRC}" >/dev/null 2>&1 && pwd)
readonly CURRENT_DIR
readonly THEME_OPTION="@tmux-gruvbox"
readonly DEFAULT_THEME="dark"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 00dab24

Please sign in to comment.