summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-20 16:28:33 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-20 16:28:33 +0800
commitb34211f8fcadca803c2d290898db5a1084f5706e (patch)
tree1052c8cd55cfd82f7c1adb700478b71715fd4933 /home/xyz
parent341ed2ff2c631f7bf1742902997371d1d28f4222 (diff)
sun alias change longitude and latitudeHEADmaster
Diffstat (limited to 'home/xyz')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 4a0ec27d..050c36a9 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -101,7 +101,7 @@ alias sp='ssh pp'
alias spd='speedtest; librespeed-cli'
alias sst='ssh studio'
# can test this mess with `alias tt='echo "\$haha \"lala\""'`
-alias sun='printf "set \$Longitude \"-121.89\"\nset \$Latitude \"37.34\"\nrem [sunrise()] msg sunrise\nrem [sunset()] msg sunset" | remind -n -'
+alias sun='printf "set \$Longitude \"120.95\"\nset \$Latitude \"31.38\"\nrem [sunrise()] msg sunrise\nrem [sunset()] msg sunset" | remind -n -'
# another way:
# can test this mess with `alias tt="echo '\$haha \"lala\"'"`
#alias sun="printf 'set \$Longitude \"-121.89\"\nset \$Latitude \"37.34\"\nrem [sunrise()] msg sunrise\nrem [sunset()] msg sunset' | remind -n -"