fix: incorrect path for themes

This commit is contained in:
Maciej Sypien 2024-09-19 09:04:41 +02:00
parent 23bbbfcaee
commit 6595a51154
No known key found for this signature in database
GPG key ID: 10BC01EDA6827DC8
6 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash
source "./src/gruvbox-main.sh"
CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "${CURRENT_DIR}/src/gruvbox-main.sh"
# vim: ai et ft=bash