mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
michelebologna theme now declares variables as "local" to avoid variable clashing with other scripts
This commit is contained in:
parent
96e4e5dd03
commit
3c72480fcb
2 changed files with 32 additions and 29 deletions
|
|
@ -58,7 +58,7 @@ alias rn='rake notes'
|
|||
alias rr='rake routes'
|
||||
|
||||
# legacy stuff
|
||||
alias ss='thin --stats "/thin/stats" start'
|
||||
alias sstat='thin --stats "/thin/stats" start'
|
||||
alias sg='ruby script/generate'
|
||||
alias sd='ruby script/destroy'
|
||||
alias sp='ruby script/plugin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue