diff options
| author | LawAbidingCactus <lawabidingcactus@lawabidingcactus.com> | 2020-01-02 23:32:19 +0000 |
|---|---|---|
| committer | LawAbidingCactus <lawabidingcactus@lawabidingcactus.com> | 2020-01-02 23:32:19 +0000 |
| commit | dbf40d261e750a536995718a80e8a9ae599a45eb (patch) | |
| tree | 0deb30d0e4d8a45015af085b2a3b2d624e41ab6e /colorscheme-tpm.tmux | |
| parent | d9d149578c059a88f3c23b537c5ef1f9a3cac237 (diff) | |
add tpm support
Diffstat (limited to 'colorscheme-tpm.tmux')
| -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" |
