Skip to content

Commit

Permalink
Updated Readme with a few things that were missing... namely how to s…
Browse files Browse the repository at this point in the history
…tart a tmuxinator defined session and the environment bootstrap line that tmuxinator doctor said I needed. Should be helpful to new users (like myself) to get going with it
  • Loading branch information
xentek committed Aug 29, 2011
1 parent 1cdcd3f commit 777f5f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ If you want to change your default editor simple put a line in ~/.bashrc that ch

export EDITOR='mate -w'

## Environment Integration

Add this to your ~/.bashrc (or similar)

[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator

## Usage


Expand Down Expand Up @@ -72,7 +78,7 @@ you can define your own panes inside a window likes this:

## Starting a project

$ tmuxinator [project_name]
$ start_[project_name]

## Shorthand

Expand Down Expand Up @@ -131,6 +137,7 @@ I would love to hear your feedback on this project! Send me a message!
* [Ian Yang](https://github.com/doitian)
* [Bjørn Arild Mæland](https://github.com/bmaland)
* [Dane O'Connor](https://github.com/thedeeno)
* [Eric Marden](https://github.com/xentek)


## History
Expand Down

0 comments on commit 777f5f9

Please sign in to comment.