Skip to content

Commit

Permalink
adding bat alternative for cat: fixes atomantic#44
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic authored Nov 15, 2018
1 parent bb5de8e commit 0affee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module.exports = {
// http://conqueringthecommandline.com/book/ack_ag
'ack',
'ag',
// alternative to `cat`: https://github.com/sharkdp/bat
'bat',
// Install GNU core utilities (those that come with macOS are outdated)
// Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
'coreutils',
Expand Down

0 comments on commit 0affee1

Please sign in to comment.