From b2ca0de00bc15465833b49169cf6b3771aabd2a8 Mon Sep 17 00:00:00 2001 From: airosa Date: Wed, 26 Oct 2022 20:26:21 +0500 Subject: [PATCH] =?UTF-8?q?=D0=92=20tmux.conf=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=BE=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB=D1=8F=D1=8E?= =?UTF-8?q?=D1=89=D0=B0=D1=8F=20=D0=B2=D0=BD=D0=B5=D1=88=D0=BD=D0=B8=D0=B9?= =?UTF-8?q?=20IP=20=D0=BF=D0=BE=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81?= =?UTF-8?q?=D1=83=20=D0=BA=20=D1=81=D0=B0=D0=B9=D1=82=D1=83,=20=D0=B5?= =?UTF-8?q?=D1=81=D0=BB=D0=B8=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=20?= =?UTF-8?q?=D0=BD=D0=B0=D1=85=D0=BE=D0=B4=D0=B8=D1=82=D1=81=D1=8F=20=D0=B3?= =?UTF-8?q?=D0=BB=D1=83=D0=B1=D0=BE=D0=BA=D0=BE=20=D0=B2=20=D0=BB=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9=20=D1=81=D0=B5=D1=82?= =?UTF-8?q?=D0=B8=20=D0=B0=20=D0=BD=D1=83=D0=B6=D0=B5=D0=BD=20=D0=B2=D0=BD?= =?UTF-8?q?=D0=B5=D1=88=D0=BD=D0=B8=D0=B9=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81?= =?UTF-8?q?=20=D0=B2=20vimrc=20=20=D0=B7=D0=B0=D0=BA=D0=BE=D0=BC=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0=20=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BA=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D1=83=20=D1=81=20=D0=BC=D0=B0=D0=BA=D1=80=D0=BE=D1=81?= =?UTF-8?q?=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmux.conf | 1 + .vimrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 82e8a78..6c9c9f8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,6 +18,7 @@ set -g status-bg green set -g status-left " " set -g status-right "%H:%M %d-%m-%Y | #[fg=red,dim,bg=default]#(/sbin/ip -o -4 addr list ens192 | awk '{print $4}' | cut -d/ -f1) " +#set -g status-right "%H:%M %d-%m-%Y | #[fg=red,dim,bg=default]#(curl icanhazip.com) " # No bells at all set -g bell-action none diff --git a/.vimrc b/.vimrc index d440932..fe233de 100644 --- a/.vimrc +++ b/.vimrc @@ -118,4 +118,4 @@ map :Texplore "set t_Co=256 "Подключаем файл смакросами -source ~/.vim/macros/*.conf +"source ~/.vim/macros/*.conf