Skip to content

Commit

Permalink
minor doc styling
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor committed Jun 25, 2011
1 parent 6fdf4be commit ce5ed9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -22,12 +22,14 @@ Thus, my wrapper-based workaround:
1. Configure *tmux* to use this wrapper program to start the shell
for each new window.

In `.tmux.conf`:
In `.tmux.conf`:

set-option -g default-command "reattach-to-user-namespace -l zsh"
set-option -g default-command "reattach-to-user-namespace -l zsh"

1. Restart your *tmux* server (or start a new one, or just
reconfigure your existing one).

tmux kill-server

1. Enjoy being able to use *pbpaste*, *pbcopy*, etc. in new shell
windows.
Expand Down

0 comments on commit ce5ed9b

Please sign in to comment.