Update 'clone_dotfiles.sh'

This commit is contained in:
tosu 2023-01-31 12:46:59 +01:00
parent 52554969c9
commit dd5cfa5d27
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ printf "\033[35m%s\033[m\n" ".profile -> .profile.OLDDOTFILE"
cp .profile .profile.OLDDOTFILE
printf "\033[35m%s\033[m\n" ".inputrc -> .inputrc.OLDDOTFILE"
cp .inputrc .inputrc.OLDDOTFILE
printf "\033[32m%s\033[m\n" "Remove old dotfile with rm -rf *.OLDDOTFILE"
printf "\033[32m%s\033[m\n" "Remove old dotfiles with rm -rf *.OLDDOTFILE"
sleep 2