Update 'clone_dotfiles.sh'

This commit is contained in:
tosu 2023-01-31 12:48:21 +01:00
parent dd5cfa5d27
commit 928c0ec4ce
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 dotfiles with rm -rf *.OLDDOTFILE"
printf "\033[32m%s\033[m\n" "Remove old dotfiles with `shopt -s dotglob; rm -rf *.OLDDOTFILE'"
sleep 2