This commit is contained in:
Anton Zadvorny 2017-04-15 01:32:21 +03:00
parent adac8f4754
commit 8d74aa05ab
3 changed files with 3 additions and 8 deletions

View File

@ -2,7 +2,7 @@
protocol = https protocol = https
[user] [user]
name = Anton Zadvorny name = Anton Zadvorny
email = az@wheely.com email = thcheetah@gmail.com
[credential] [credential]
helper = osxkeychain helper = osxkeychain
[color] [color]

View File

@ -1,6 +1,4 @@
# status bar # status bar
set-option -g status-utf8 on
set -g status-right-length 20 set -g status-right-length 20
set -g status-right '#[fg=red]#H#[fg=green]:#[fg=white]#S #[fg=green]][#[default]' set -g status-right '#[fg=red]#H#[fg=green]:#[fg=white]#S #[fg=green]][#[default]'
set -g status-left '' set -g status-left ''
@ -70,9 +68,6 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."
# auto window rename # auto window rename
set-window-option -g automatic-rename set-window-option -g automatic-rename
# rm mouse mode fail
set -g mode-mouse off
# color # color
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
@ -80,4 +75,4 @@ set -g default-terminal "screen-256color"
bind-key J resize-pane -D 10 bind-key J resize-pane -D 10
bind-key K resize-pane -U 10 bind-key K resize-pane -U 10
bind-key H resize-pane -L 10 bind-key H resize-pane -L 10
bind-key L resize-pane -R 10 bind-key L resize-pane -R 10

View File

@ -1,7 +1,7 @@
ZSH=$HOME/.oh-my-zsh ZSH=$HOME/.oh-my-zsh
ZSH_THEME="cheetah" ZSH_THEME="cheetah"
plugins=(osx brew git github redis-cli ruby rbenv gem bundler zsh-syntax-highlighting sublime) plugins=(osx brew git github redis-cli ruby rbenv gem bundler sublime zsh-syntax-highlighting)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh