added zsh functions

This commit is contained in:
Daniel Fichtinger 2025-03-17 22:14:33 -04:00
parent 8572b3cc09
commit 5fe1c08e34
2 changed files with 215 additions and 0 deletions

View file

@ -0,0 +1,3 @@
syncthing_menu() {
xdg-open "http://localhost:8384"
}