diff --git a/install.sh b/install.sh index f1266ff..8b16837 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh -if [ -f "$HOME/.profile" ] ; then - mv "$HOME/.profile" "$HOME/.profile-original" +if [ -e "$HOME/.profile" ] ; then + mv "$HOME/.profile" "$HOME/.profile-original-$(date =%s)" fi ln -s "$HOME/.config/profile/profile" "$HOME/.profile"