michelebologna theme now declares variables as "local" to avoid variable clashing with other scripts

This commit is contained in:
Michele Bologna 2014-09-17 15:26:31 +02:00
commit 3c72480fcb
2 changed files with 32 additions and 29 deletions

View file

@ -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'