Skip to content

Commit 322fe9e

Browse files
committed
bug: fix code block missing backgrounds
1 parent 49509f8 commit 322fe9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/posts/2013-04-24-small-tool-to-help-look-after-your-eyes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ crontab -e
3636

3737
This opens up the users crontab from where we can add our cron job. `*/60` basically means every 60th minute. So it should run on the hour every hour.
3838

39-
```
39+
```bash
4040
*/60 * * * * sh /rest/app.sh
4141
```
4242

src/posts/2015-06-30-dotfiles-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In my original dotfiles I had a prompt which asked me to put in my git name and
5151

5252
I also learned you could also include other git config files in your global config and the same for the excludes file. This meant I didn't have to symlink my git config and could simply link to it (a win for simplicity!). My non dotfiles git config actually looks quite minimal:
5353

54-
```
54+
```sh
5555
[include]
5656
path = /Users/rob/.dotfiles/git/.gitconfig
5757
[core]

0 commit comments

Comments
 (0)