mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Added 'p' for 'powder' gem to alises.
This commit is contained in:
parent
fb3db50269
commit
c0b961e534
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ alias rake='bundle exec rake'
|
|||
#alias remigrate="rake db:migrate && rake db:migrate:redo && rake db:schema:dump db:test:prepare"
|
||||
#alias remongrate="rake mongoid:migrate && rake mongoid:migrate:redo"
|
||||
|
||||
# POW aliases
|
||||
alias p='powder'
|
||||
|
||||
# Git aliases
|
||||
alias g="git"
|
||||
alias glog='git log --color'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue