Skip to content

Instantly share code, notes, and snippets.

View npassaro's full-sized avatar

Nuno Passaro npassaro

  • Portugal
View GitHub Profile
@npassaro
npassaro / foreman.plugin.zsh
Last active March 10, 2016 16:48 — forked from danmartens/foreman.plugin.zsh
Foreman ZSH Plugin
### Foreman alias
alias befstart="bundle exec foreman start"
alias befrun="bundle exec foreman run"
### docker machine
function dmdefault() {
if [[ "$@" = "" ]]
then
echo "default"
else