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