Skip to content

Commit

Permalink
add ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
d1egoaz committed Jun 21, 2020
1 parent 21e8016 commit f0be97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux/home/diego/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PATH="$PATH:$HOME/go/bin"
PATH="$PATH:$HOME/.emacs.d/bin"

# fzf
export FZF_DEFAULT_OPTS="--preview-window 'right:60%' --preview 'bat --color=always --style=header,grid --line-range :500 {}'"
export FZF_DEFAULT_OPTS="--ansi --preview-window 'right:60%' --preview 'bat --color=always --style=header,grid --line-range :500 {}'"
# Setting fd as the default source for fzf
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
# To apply the command to CTRL-T as well
Expand Down

0 comments on commit f0be97c

Please sign in to comment.