tmux2k/2k.tmux

9 lines
151 B
Text
Raw Normal View History

2022-08-09 04:55:06 +05:30
#!/usr/bin/env bash
# source and run tmux2k theme
current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2022-08-09 06:35:44 +05:30
"$current_dir"/scripts/tmux2k.sh
2022-08-09 04:55:06 +05:30