Skip to content

Commit

Permalink
Merge pull request #36 from maximbaz/add-bat
Browse files Browse the repository at this point in the history
Add bat to the list of editors
  • Loading branch information
romkatv authored Jul 6, 2020
2 parents 7b972f8 + a577b76 commit 93fc6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fn/-z4h-init
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ function -z4h-post-init() {

local -aU editors=(
vi vim nvim emacs nano gedit code kak kate mcedit joe $EDITOR $VISUAL
cat less more $PAGER)
bat cat less more $PAGER)
zstyle ':completion:*:*:('${(j:|:)editors}'):*:*' ignored-patterns '*.zwc'

zstyle ':completion:*' list-colors "${(@s.:.)LS_COLORS}"
Expand Down

0 comments on commit 93fc6e4

Please sign in to comment.