From 34dbdda7ac08491c032f1bf090d04c6c99130c13 Mon Sep 17 00:00:00 2001 From: tosu Date: Tue, 31 Jan 2023 12:48:45 +0100 Subject: [PATCH] Update 'clone_dotfiles.sh' --- clone_dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone_dotfiles.sh b/clone_dotfiles.sh index c02b40c..0a7121f 100644 --- a/clone_dotfiles.sh +++ b/clone_dotfiles.sh @@ -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