mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge 646a2fe783 into 91926dc80a
This commit is contained in:
commit
3660c1cefb
2 changed files with 10 additions and 0 deletions
|
|
@ -22,3 +22,8 @@ alias sl=ls # often screw this up
|
|||
|
||||
alias afind='ack-grep -il'
|
||||
|
||||
# global aliases
|
||||
alias -g G=' | grep '
|
||||
alias -g L=' | less '
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -17,3 +17,8 @@ alias rp='_rails_command plugin'
|
|||
alias rs='_rails_command server'
|
||||
alias rsd='_rails_command server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
|
||||
# set environment aliases
|
||||
alias -g RT=' RAILS_ENV=test '
|
||||
alias -g RP=' RAILS_ENV=production '
|
||||
alias -g RS=' RAILS_ENV=staging '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue