Source: https://blog.jonlu.ca/posts/speeding-up-zsh
# zsh
for i in $(seq 1 10); do /usr/bin/time $SHELL -i -c exit; done
| real | user | sys |
| --- | --- | --- |
| 1.33 | 0.77 | 0.57 |
| 1.43 | 0.80 | 0.66 |
Source: https://blog.jonlu.ca/posts/speeding-up-zsh
# zsh
for i in $(seq 1 10); do /usr/bin/time $SHELL -i -c exit; done
| real | user | sys |
| --- | --- | --- |
| 1.33 | 0.77 | 0.57 |
| 1.43 | 0.80 | 0.66 |
| # See https://help.github.com/articles/ignoring-files for more about ignoring files. | |
| # | |
| # If you find yourself ignoring temporary files generated by your text editor | |
| # or operating system, you probably want to add a global ignore instead: | |
| # git config --global core.excludesfile '~/.gitignore_global' | |
| # Ignore bundler config. | |
| /.bundle | |
| # Ignore all logfiles and tempfiles. |
| [Coveralls] Set up the SimpleCov formatter. | |
| [Coveralls] Using SimpleCov's default settings. | |
| cocktail | |
| user can create a cocktail | |
| ingredients | |
| user can create ingredients | |
| User can sign in and out |
| .wrapper .header, | |
| .site-footer { | |
| min-width: auto; | |
| padding: 10px; | |
| } | |
| body .container { | |
| max-width: 980px; | |
| width: auto; | |
| } |