From b32fb34ed4d9ab9109f47b3bbd2b0ba21282587b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 26 Oct 2020 15:22:47 +0200 Subject: add tmux config --- make-symlinks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make-symlinks') diff --git a/make-symlinks b/make-symlinks index 51d470e..3e02a39 100755 --- a/make-symlinks +++ b/make-symlinks @@ -15,7 +15,7 @@ abspath() } -dirname=$(abspath $(dirname "$0")) +dirname="$(abspath "$(dirname "$0")")" echo "$dirname" files=" @@ -30,6 +30,7 @@ files=" signature signature-codethink taskrc + tmux.conf vimrc xsessionrc ssh/config -- cgit v1.2.1