From 247da71e393de8efb987866ce516aaa76f69e05c Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 19 Jan 2025 13:42:59 +0000 Subject: [PATCH] Updated .tmux.config file to use own selfhosted IP lookup --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 5fd31f5..dffa61a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -31,7 +31,7 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded." setw -g aggressive-resize on set -g status-justify centre set -g status-left-length 20 -set -g status-left "#[fg=red]#(echo 'IP ')#(curl -s http://ipecho.net/plain)" +set -g status-left "#[fg=red]#(echo 'IP ')#(curl ip.nclte.ch)" #show session name, window & pane number, date and time on right side of status bar set -g status-right-length 60