Update 'clone_dotfiles.sh'

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