mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
removes a trailing white space
This commit is contained in:
parent
dff03743ef
commit
3f83331c71
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ alias rdmtc='rake db:migrate db:test:clone'
|
||||||
alias rlc='rake log:clear'
|
alias rlc='rake log:clear'
|
||||||
alias rn='rake notes'
|
alias rn='rake notes'
|
||||||
alias rr='rake routes'
|
alias rr='rake routes'
|
||||||
alias rrg='rake routes | grep '
|
alias rrg='rake routes | grep'
|
||||||
|
|
||||||
# legacy stuff
|
# legacy stuff
|
||||||
alias sstat='thin --stats "/thin/stats" start'
|
alias sstat='thin --stats "/thin/stats" start'
|
||||||
|
|
Loading…
Reference in a new issue