We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7da889 commit 0cca16fCopy full SHA for 0cca16f
1 file changed
shelldio.sh
@@ -13,6 +13,13 @@
13
# Please read the file LICENSE and README for more information.
14
#
15
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
23
### Colors
24
if [ -t 1 ]; then
25
RED=$(printf '\033[31m')
@@ -24,12 +31,6 @@ else
31
RESET=""
32
fi
26
33
27
-### Variable List
28
-
29
-version="v25.09.25"
30
-all_stations="$HOME/.shelldio/all_stations.txt"
-my_stations="$HOME/.shelldio/my_stations.txt"
34
35
### Functions List
36
0 commit comments