From 8af6eeb278164b9fe255cb3934bcc10ffd70a4f6 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 3 May 2024 02:30:31 -0700 Subject: use remind default time format, because why not --- home/xyz/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index cb496c70..8636f1b6 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -86,10 +86,10 @@ alias spd='speedtest; librespeed-cli' alias sst='ssh studio' # 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 -nb1 -' +alias sun='printf "set \$Longitude \"-121.89\"\nset \$Latitude \"37.34\"\n[sunrise()] sunrise\n[sunset()] 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 -nb1 -" +#alias sun="printf 'set \$Longitude \"-121.89\"\nset \$Latitude \"37.34\"\n[sunrise()] sunrise\n[sunset()] sunset' | remind -n -" alias sv=sudoedit alias y=systemctl alias yd='systemctl list-dependencies --all' -- cgit v1.2.3-70-g09d2