We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c765322 + e00ee89 commit aeb30c7Copy full SHA for aeb30c7
src/gruvbox-main.sh
@@ -4,7 +4,7 @@ CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
4
readonly CURRENT_DIR
5
6
# hold the array of all command to configure tmux theme
7
-declate -a TMUX_CMDS
+declare -a TMUX_CMDS
8
9
# load libraries
10
# shellcheck disable=1091
0 commit comments