diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-09-06 21:51:06 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-01-13 02:42:27 -0800 |
commit | 32be75962ad7405ae5af7f41c717e673c54ec69a (patch) | |
tree | a5cac3dd5963a1b9a989733cde3096a76b5b6a0a | |
parent | 26a4344a75a07e5c046c8eb9512145b3d4f30fe8 (diff) |
remind v5.0.5 warn missing rem and msg aa
-rw-r--r-- | home/xyz/.bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 78c105b3..1d9684e9 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' |