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 f9e92c2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/gruvbox-main.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash

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 "$(dirname "${BASH_SOURCE[0]}")" && 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 f9e92c2

Please sign in to comment.