Fixed gruvbox-tpm.tmux

This commit is contained in:
Dave Willkomm 2024-09-18 09:47:37 -05:00
parent 23bbbfcaee
commit a587bb2530
No known key found for this signature in database
GPG key ID: 98ACF5A6020F23B0

View file

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