diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-09-06 21:51:06 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-09-14 16:18:17 -0700 |
commit | 74b57a8e7fe25bd19c263ece821c288312ecf81e (patch) | |
tree | 91e785dc3209da6cec4dfb03fa198d38afea73e7 /home/xyz/.bashrc | |
parent | e7ab64385a937e6feb699002c1e496f900f4e15d (diff) |
remind v5.0.5 warn missing rem and msg
Diffstat (limited to 'home/xyz/.bashrc')
-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 94a06056..1c7dcfab 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -88,10 +88,10 @@ alias sst='ssh studio' alias sstm='ssh -t -- studio mpra -c \"\$HOME/programs/repos/fly/any/fsh-git\"' # from `man remind`: "Note that you can omit the reminder type, in which case it defaults to MSG" # 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' |