diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-06-04 20:37:53 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-06-04 20:37:53 +0100 |
| commit | d639206688df6c6b0d7462544263b4f61cb342d1 (patch) | |
| tree | 9ca2070e4591b4674f024b3f258bd030c8cacc2f /.config/bat | |
| parent | 8e2383e643ae1c91513a5f0f9fd5f6699ff88b4f (diff) | |
Enabled use of italics in bat
Diffstat (limited to '.config/bat')
| -rwxr-xr-x | .config/bat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bat/config b/.config/bat/config index ef4ec0c..452f49d 100755 --- a/.config/bat/config +++ b/.config/bat/config @@ -9,7 +9,7 @@ # Enable this to use italic text on the terminal. This is not supported on all # terminal emulators (like tmux, by default): -#--italic-text=always +--italic-text=always # Uncomment the following line to disable automatic paging: # --paging=never |
