Skip to content

Commit

Permalink
Adding CoffeeDash SSH aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ksornberger committed Jun 15, 2011
1 parent 5775316 commit 06d5915
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zsh/aliases.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
alias dotmate='mate $ZSH'
alias dotcd='cd $ZSH'

alias reload!='. ~/.zshrc'
alias reload!='. ~/.zshrc'

alias ssh-coffeedash-dev='ssh -L 9097:127.0.0.1:3306 rails@96.126.112.46'
alias ssh-coffeedash-prod='ssh -L 9094:127.0.0.1:3306 rails@66.228.51.214'

0 comments on commit 06d5915

Please sign in to comment.