Updated .tmux.config file to use own selfhosted IP lookup
This commit is contained in:
parent
00032b013f
commit
247da71e39
@ -31,7 +31,7 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded."
|
|||||||
setw -g aggressive-resize on
|
setw -g aggressive-resize on
|
||||||
set -g status-justify centre
|
set -g status-justify centre
|
||||||
set -g status-left-length 20
|
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
|
#show session name, window & pane number, date and time on right side of status bar
|
||||||
set -g status-right-length 60
|
set -g status-right-length 60
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user