diff options
Diffstat (limited to '')
-rw-r--r-- | tmux/common.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux/common.sh b/tmux/common.sh new file mode 100644 index 0000000..2c637ce --- /dev/null +++ b/tmux/common.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +SEPARATOR_LEFT_BOLD="" +SEPARATOR_LEFT_THIN="" +SEPARATOR_RIGHT_BOLD="" +SEPARATOR_RIGHT_THIN="" + |