summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-05-03 02:30:31 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-05-03 02:30:31 -0700
commit5fdf2cecb78c8d528f0a75e35bf2874c9112a775 (patch)
treeadb3b62bc7c29ae4debb5883bfaf6f16a7485faa /home/xyz/.bashrc
parentc4733fd933d8a0a366c465f42b9dc3486d435b19 (diff)
use remind default time format, because why not
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 887572ca..dbd4a00d 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -90,10 +90,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 -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'