From 67681e5b0b9cd7d31e1ec295319fb9ec7054043c Mon Sep 17 00:00:00 2001 From: Eragos Date: Sat, 18 Jun 2016 22:42:46 +0200 Subject: [PATCH] change ip service --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 8dcaabb..8534bba 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -87,7 +87,7 @@ setw -g window-status-bell-bg colour1 # Info on left (I don't have a session display for now) set -g status-left-length 70 -set -g status-left "#[fg=colour233,bg=colour245,bold] ⌂ #h ф #(curl whatismyip.akamai.com) " +set -g status-left "#[fg=colour233,bg=colour245,bold] ⌂ #h ф #(curl ipecho.net/plain;echo) " ########################################## ### some tmux tweaks