See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| #! /bin/zsh --no-rcs --err-exit | |
| export PATH=node_modules/.bin:$PATH | |
| alias -g i=install | |
| if (($+commands[pnpm])) then | |
| local p=p | |
| alias pnpm=npm npx=pnpx | |
| # FIXME https://github.com/pnpm/pnpm/issues/1360 | |
| npm config get -g global-dir | read |
| [ | |
| { | |
| "name": "Huawei Y9s / P Smart Pro", | |
| "series": "Y Series", | |
| "userAgentFingerprint": "STK-L21", | |
| "screenSize": 6.59, | |
| "wRes": 1080, | |
| "hRes": 2340 | |
| }, | |
| { |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>iframe</title> | |
| </head> |
| { | |
| "editor.quickSuggestions": true, | |
| "tailwindCSS.experimental.classRegex": ["tw`([^`]*)", "tw=\"([^\"]*)", "tw={\"([^\"}]*)", "tw\\.\\w+`([^`]*)", "tw\\(.*?\\)`([^`]*)"], | |
| "tailwindCSS.includeLanguages": { | |
| "typescript": "javascript", | |
| "typescriptreact": "javascript" | |
| } | |
| } |