Adding new stuff
This commit is contained in:
parent
eb1f15d6a6
commit
52a5955de6
3 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
.vimrc
1
.vimrc
|
|
@ -476,3 +476,4 @@ let g:sh_fold_enabled=3
|
|||
nnoremap <silent> <F4> :syntax sync fromstart<CR>
|
||||
|
||||
autocmd FileType markdown syntax sync fromstart
|
||||
|
||||
|
|
|
|||
1
.zshrc
1
.zshrc
|
|
@ -115,3 +115,4 @@ PATH="$PYENV_ROOT/bin:$PATH"
|
|||
eval "$(pyenv init -)"
|
||||
|
||||
source /usr/local/bin/virtualenvwrapper.sh
|
||||
# eval ssh-agent > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue