This commit is contained in:
Adam 2023-02-06 02:08:55 -05:00
parent a256c83cdd
commit 0445619bc4

View file

@ -38,12 +38,11 @@ fi
# send it # send it
cd && cd &&
rsync -avzP .doors/ . rsync -azP .doors/ .
# cleanup # cleanup
cd && cd &&
rm -rf .git && rm -rf .git &&
rm -rf .doors rm -rf .doors
# start it echo 'Start a new shell'
exec zsh -l