diff options
author | Starfall <us@starfall.systems> | 2022-08-29 12:29:01 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2022-08-29 12:29:01 -0500 |
commit | 84366e7b4e35e774056ede4d103598e19a6892a9 (patch) | |
tree | 75c517c2969da5e10d6b236ea8ca7db2fd3008ed /.config | |
parent | 4fcd92157b2c247e0a4ef89c7ea803266d3a8277 (diff) |
bat: add defaults for explicit invocations
Diffstat (limited to '.config')
-rw-r--r-- | .config/bat/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/bat/config b/.config/bat/config new file mode 100644 index 0000000..0cafc8e --- /dev/null +++ b/.config/bat/config @@ -0,0 +1,2 @@ +--theme="gruvbox-dark" +--style="header,numbers,rule,changes,snip" |