From 4c17272a9a501164a4bf56fe93cb64cd88274606 Mon Sep 17 00:00:00 2001 From: Eragos Date: Sat, 18 Jun 2016 22:00:12 +0200 Subject: [PATCH] add host and ip to tmux status bar --- .tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index fb92f94..8dcaabb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -86,8 +86,8 @@ setw -g window-status-bell-fg colour255 setw -g window-status-bell-bg colour1 # Info on left (I don't have a session display for now) -set -g status-left '' - +set -g status-left-length 70 +set -g status-left "#[fg=colour233,bg=colour245,bold] ⌂ #h ф #(curl whatismyip.akamai.com) " ########################################## ### some tmux tweaks @@ -141,3 +141,4 @@ bind-key C-b last-window ########################################## # url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard #set-option -g default-command "reattach-to-user-namespace -l bash" +#set-option -g default-command "reattach-to-user-namespace -l zsh"