diff --git a/home/.gitconfig b/home/.gitconfig index 04dbe6c..313a067 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -2,7 +2,7 @@ protocol = https [user] name = Anton Zadvorny - email = az@wheely.com + email = thcheetah@gmail.com [credential] helper = osxkeychain [color] diff --git a/home/.tmux.conf b/home/.tmux.conf index 3967dc5..36de3eb 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -1,6 +1,4 @@ # status bar -set-option -g status-utf8 on - set -g status-right-length 20 set -g status-right '#[fg=red]#H#[fg=green]:#[fg=white]#S #[fg=green]][#[default]' set -g status-left '' @@ -70,9 +68,6 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." # auto window rename set-window-option -g automatic-rename -# rm mouse mode fail -set -g mode-mouse off - # color 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 K resize-pane -U 10 bind-key H resize-pane -L 10 -bind-key L resize-pane -R 10 \ No newline at end of file +bind-key L resize-pane -R 10 diff --git a/home/.zshrc b/home/.zshrc index 3fd3642..c54ca5c 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -1,7 +1,7 @@ ZSH=$HOME/.oh-my-zsh 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