From 14e015de35eb9e389efd28f21db32a8474bb98f1 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Wed, 20 Aug 2014 18:56:59 -0400 Subject: [PATCH] Fixed tmux --- scripts/sync.sh | 2 +- tmux.conf => tmux/tmux.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tmux.conf => tmux/tmux.conf (100%) diff --git a/scripts/sync.sh b/scripts/sync.sh index 6861c7b..36e5b86 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -54,7 +54,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do if [ "$VALUE" = "t" ] ; then echo "Syncing tmux" rm ~/.tmux.conf - ln -s ${PWD}../tmux/tmux.conf ~/.tmux.conf + ln -s ${PWD}/../tmux/tmux.conf ~/.tmux.conf fi if [ "$VALUE" = "c" ] ; then echo "Syncing config files" diff --git a/tmux.conf b/tmux/tmux.conf similarity index 100% rename from tmux.conf rename to tmux/tmux.conf