From 52a5955de6fd99fbfc34b4ef9d90019d43ac9672 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 2 Nov 2017 00:00:02 +0000 Subject: [PATCH] Adding new stuff --- .tmux.conf.local | 2 +- .vimrc | 1 + .zshrc | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index c6840ad..cbd5240 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -158,7 +158,7 @@ tmux_conf_theme_right_separator_sub='' # PowerlineSymbols.otf font # - #{username} # - #{username_ssh} tmux_conf_theme_status_left=' ❐ #S | ↑#{?uptime_d, #{uptime_d}d,}#{?uptime_h, #{uptime_h}h,}#{?uptime_m, #{uptime_m}m,} ' -tmux_conf_theme_status_right='#{prefix}#{pairing} #{?battery_status, #{battery_status},}#{?battery_bar, #{battery_bar},}#{?battery_percentage, #{battery_percentage},} , %R , %d %b | #{username}#{root} | #{hostname} ' +tmux_conf_theme_status_right='#(curl ifconfig.co) #{prefix}#{pairing} #{?battery_status, #{battery_status},}#{?battery_bar, #{battery_bar},}#{?battery_percentage, #{battery_percentage},} , %R , %d %b | #{username}#{root} | #{hostname} ' # status left style tmux_conf_theme_status_left_fg='#000000,#e4e4e4,#e4e4e4' # black, white , white diff --git a/.vimrc b/.vimrc index 083ce51..2b536e3 100644 --- a/.vimrc +++ b/.vimrc @@ -476,3 +476,4 @@ let g:sh_fold_enabled=3 nnoremap :syntax sync fromstart autocmd FileType markdown syntax sync fromstart + diff --git a/.zshrc b/.zshrc index 9b770e7..dde7f85 100644 --- a/.zshrc +++ b/.zshrc @@ -115,3 +115,4 @@ PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" source /usr/local/bin/virtualenvwrapper.sh +# eval ssh-agent > /dev/null