summary refs log tree commit diff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2024-09-06 21:51:06 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-01-13 02:42:28 -0800
commit9851516405356d577c045cd5f465738e4bc37d05 (patch)
treeb6788423da5cc9dfb57bfc62c88cbdd4c9f3aa3e
parent921ac7b0340f2dfcf07e47030bb03be584dd044a (diff)
remind v5.0.5 warn missing rem and msg studio
-rw-r--r--home/xyz/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 1069d2d0..36bbacc3 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -85,10 +85,10 @@ alias sst='ssh studio'
 # can test with: alias mytest='ssh studio for i in \"\$SSH_CONNECTION\"\; do echo \$i\; echo a\; done'
 alias sstm='ssh -t -- studio mpra -c \"\$HOME/programs/repos/fly/any/fsh-git\"'
 # can test this mess with `alias tt='echo "\$haha \"lala\""'`
-alias sun='printf "set \$Longitude \"-121.89\"\nset \$Latitude \"37.34\"\n[sunrise()] sunrise\n[sunset()] sunset" | remind -n -'
+alias sun='printf "set \$Longitude \"-121.89\"\nset \$Latitude \"37.34\"\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\"\n[sunrise()] sunrise\n[sunset()] sunset' | remind -n -"
+#alias sun="printf 'set \$Longitude \"-121.89\"\nset \$Latitude \"37.34\"\nrem [sunrise()] msg sunrise\nrem [sunset()] msg sunset' | remind -n -"
 alias sv=sudoedit
 alias y=systemctl
 alias yd='systemctl list-dependencies --all'