From c6f4025bd5cd2819998048e366e80dbd1044d3ba Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Mon, 27 Jan 2025 14:47:37 +0800 Subject: [PATCH] update tmux.conf.local --- .tmux.conf.local | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index 0baf709..717fea3 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -473,6 +473,7 @@ tmux_conf_uninstall_plugins_on_reload=true # # # /!\ do not "uncomment" the functions: the leading "# " characters are needed # +# # usage: #{weather} # weather() { # see https://github.com/chubin/wttr.in#one-line-output # curl -f -s -m 2 'wttr.in?format=3' || printf '\n' # /!\ make sure curl is installed # sleep 900 # sleep for 15 minutes, throttle network requests whatever the value of status-interval