From 5c429975cf40fe027d9c17757a289cc2d377748f Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 6 Sep 2022 19:50:31 +0200 Subject: [PATCH] [tmate] source tmux conf and tmate local conf --- .tmate.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 120000 => 100644 .tmate.conf diff --git a/.tmate.conf b/.tmate.conf deleted file mode 120000 index b0541c4..0000000 --- a/.tmate.conf +++ /dev/null @@ -1 +0,0 @@ -.tmux.conf \ No newline at end of file diff --git a/.tmate.conf b/.tmate.conf new file mode 100644 index 0000000..2be13ec --- /dev/null +++ b/.tmate.conf @@ -0,0 +1,2 @@ +source ~/.tmux.conf +if '[ -f ~/.tmate.conf.local ]' 'source ~/.tmate.conf.local'