From 6e528248414e330c9e25e81596ab47b8b8a5b701 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 14 May 2021 22:44:50 +0430 Subject: first commit --- tmux/common.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tmux/common.sh (limited to 'tmux/common.sh') 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="" + -- cgit v1.2.3