Skip to content

Commit fbb5e77

Browse files
committed
Rmeove function rm -rf .termux withoud backup
1 parent 0640f93 commit fbb5e77

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.functions.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@ function logDate() {
66
echo -e " [${COLOR_WARNING}$(date +'%A, %d %B %Y %r')${COLOR_BASED}] > $@"
77
}
88

9-
function dotTermux() {
10-
logDate Changing Colorscheme...
11-
sleep 2s
12-
rm -rf $HOME/.termux
13-
cp -R $(pwd)/.termux $HOME && termux-reload-settings
14-
for ((i=3; i>=0; i--)); do
15-
logDate Preparing Installation on ${COLOR_SUCCESS}${i}${COLOR_BASED}s
16-
sleep 1s
17-
done
18-
sleep 1s
19-
}
20-
219
function banner() {
2210
echo -e "\n${COLOR_SKY}
2311
╭────────────────────────────────────────────────────────────────╮

0 commit comments

Comments
 (0)