We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0640f93 commit fbb5e77Copy full SHA for fbb5e77
.functions.sh
@@ -6,18 +6,6 @@ function logDate() {
6
echo -e " [${COLOR_WARNING}$(date +'%A, %d %B %Y %r')${COLOR_BASED}] > $@"
7
}
8
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
19
-}
20
-
21
function banner() {
22
echo -e "\n${COLOR_SKY}
23
╭────────────────────────────────────────────────────────────────╮
0 commit comments