From 5abe651ccb810c90b13758a30e3100c8a6d5551a Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Thu, 25 Feb 2021 14:02:46 +0100 Subject: [PATCH] remind people to not "uncomment" local functions in .tmux.conf.local --- .tmux.conf.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf.local b/.tmux.conf.local index ffdf2eb..b97d67b 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -391,6 +391,8 @@ tmux_conf_update_plugins_on_reload=true # # /!\ do not remove the following line # EOF # +# # /!\ do not "uncomment" the functions: the leading "# " characters are needed +# # weather() { # curl -m 1 wttr.in?format=3 2>/dev/null # sleep 900 # sleep for 15 minutes, throttle network requests whatever the value of status-interval