Skip to content

Commit

Permalink
aliases for starting and mainting observable tmux session are now sta…
Browse files Browse the repository at this point in the history
…rt_observable and observable
  • Loading branch information
danielpcox committed Feb 23, 2012
1 parent 1bab868 commit 70d5d99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bash_aliases
Expand Up @@ -13,4 +13,5 @@ alias cp='cp -i'
#alias gvim='gvim -f'
function gvim () { /usr/bin/gvim -f $* & }
alias spec="rspec -c"
alias sharetmux="tmux -S /var/tmux/observable new-session -d -s observable ; tmux -S /var/tmux/observable new-session -d -s staging ; tmux -S /var/tmux/observable attach-session -t observable"
alias start_observable="tmux -S /var/tmux/observable new-session -d -s observable ; tmux -S /var/tmux/observable new-session -d -s staging ; tmux -S /var/tmux/observable attach-session -t observable"
alias observable="tmux -S /var/tmux/observable"

0 comments on commit 70d5d99

Please sign in to comment.