playing with tmuxinator
This commit is contained in:
parent
8aadb65351
commit
3ef3f3b72c
@ -2,7 +2,9 @@ unbind C-b
|
|||||||
set -g prefix C-o
|
set -g prefix C-o
|
||||||
|
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
set -g set-titles-string "#H: #W [#I]"
|
#set -g set-titles-string "#H: #W [#I]"
|
||||||
|
|
||||||
|
set-option -g status-left-length 60
|
||||||
|
|
||||||
set -g status-bg black
|
set -g status-bg black
|
||||||
set -g status-fg white
|
set -g status-fg white
|
||||||
|
4
zshrc
4
zshrc
@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom
|
|||||||
|
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
plugins=(extract tmux git github git-flow svn ruby rails3 bundler rvm heroku pip django fabric osx brew deb ssh-agent npm drush composer symfony2 vagrant knife)
|
plugins=(extract tmux tmuxinator git github git-flow svn ruby rails3 bundler rvm heroku pip django fabric osx brew deb ssh-agent npm drush composer symfony2 vagrant knife)
|
||||||
|
|
||||||
# Python/ virtualenv
|
# Python/ virtualenv
|
||||||
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
|
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
|
||||||
@ -46,4 +46,6 @@ if [ -f "$HOME/.rvm/scripts/rvm" ]; then
|
|||||||
rvm 2.0.0
|
rvm 2.0.0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export DISABLE_AUTO_TITLE="true"
|
||||||
|
export EDITOR="vim"
|
||||||
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"
|
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user