diff --git a/install.sh b/install.sh index ca42491..c847eb6 100755 --- a/install.sh +++ b/install.sh @@ -1,11 +1,11 @@ #!/bin/sh if [ -e "$HOME/.tmux" ] ; then - mv "$HOME/.tmux" "$HOME/.tmux-original" + mv "$HOME/.tmux" "$HOME/.tmux-original-$(date +%s)" fi if [ -e "$HOME/.tmux.conf" ] ; then - mv "$HOME/.tmux.conf" "$HOME/.tmux.conf-original" + mv "$HOME/.tmux.conf" "$HOME/.tmux.conf-original-$(date +%s)" fi ln -s "$HOME/.config/tmux" "$HOME/.tmux"