Skip to content

Commit

Permalink
Add more spin aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
mdentremont committed Aug 18, 2022
1 parent 05fc858 commit 4f3e521
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions zsh.d/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,14 @@ if hash git 2>/dev/null; then
fi

if hash spin 2>/dev/null; then
alias ss='spin shell'
alias sc='spin code'
alias scl='spin code -l'
alias scs='spin code -l shopify--shopify'
alias so='spin open'
alias scw='spin code -l shopify--checkout-web'
alias so='spin open'
alias sol='spin open -l'
alias ss='spin shell'
alias ssl='spin shell -l'
fi

alias br='bin/rails'
Expand Down

0 comments on commit 4f3e521

Please sign in to comment.