Skip to content

Commit 0cca16f

Browse files
committed
move colors bellow
1 parent c7da889 commit 0cca16f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

shelldio.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
# Please read the file LICENSE and README for more information.
1414
#
1515

16+
### Variable List
17+
18+
version="v25.09.25"
19+
20+
all_stations="$HOME/.shelldio/all_stations.txt"
21+
my_stations="$HOME/.shelldio/my_stations.txt"
22+
1623
### Colors
1724
if [ -t 1 ]; then
1825
RED=$(printf '\033[31m')
@@ -24,12 +31,6 @@ else
2431
RESET=""
2532
fi
2633

27-
### Variable List
28-
29-
version="v25.09.25"
30-
31-
all_stations="$HOME/.shelldio/all_stations.txt"
32-
my_stations="$HOME/.shelldio/my_stations.txt"
3334

3435
### Functions List
3536

0 commit comments

Comments
 (0)