diff options
| -rw-r--r-- | colorscheme-tpm.tmux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/colorscheme-tpm.tmux b/colorscheme-tpm.tmux new file mode 100644 index 0000000..ce9d4a8 --- /dev/null +++ b/colorscheme-tpm.tmux @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +tmux source-file "$CURRENT_DIR/tmux-colorscheme.conf" |
