mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Add Boot2Docker alias.
This commit is contained in:
parent
4b09d9f12c
commit
b89472f45f
1 changed files with 3 additions and 0 deletions
|
|
@ -41,3 +41,6 @@ alias ios='open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
|
||||||
alias code='~/Dropbox/Code'
|
alias code='~/Dropbox/Code'
|
||||||
alias dw='~/Dropbox'
|
alias dw='~/Dropbox'
|
||||||
alias dp='~/Dropbox\ \(Personal\)'
|
alias dp='~/Dropbox\ \(Personal\)'
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
alias dockup="boot2docker init && boot2docker up && eval \"\$(boot2docker shellinit)\""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue