Skip to content

Commit

Permalink
Rmeove function rm -rf .termux withoud backup
Browse files Browse the repository at this point in the history
  • Loading branch information
nihsx committed Aug 12, 2021
1 parent 0640f93 commit fbb5e77
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ function logDate() {
echo -e " [${COLOR_WARNING}$(date +'%A, %d %B %Y %r')${COLOR_BASED}] > $@"
}

function dotTermux() {
logDate Changing Colorscheme...
sleep 2s
rm -rf $HOME/.termux
cp -R $(pwd)/.termux $HOME && termux-reload-settings
for ((i=3; i>=0; i--)); do
logDate Preparing Installation on ${COLOR_SUCCESS}${i}${COLOR_BASED}s
sleep 1s
done
sleep 1s
}

function banner() {
echo -e "\n${COLOR_SKY}
╭────────────────────────────────────────────────────────────────╮
Expand Down

0 comments on commit fbb5e77

Please sign in to comment.