Skip to content

Instantly share code, notes, and snippets.

@nuga99
Created September 22, 2019 17:49
Show Gist options
  • Save nuga99/98803c252d34e440855cd4ffb6fbab4c to your computer and use it in GitHub Desktop.
Save nuga99/98803c252d34e440855cd4ffb6fbab4c to your computer and use it in GitHub Desktop.
Custom fzf + bat config zsh
...
...
export FZF_DEFAULT_OPTS="--ansi --preview-window 'right:60%' --preview 'bat --color=always --style=header,grid --line-range :300 {}'"
export ZSH=$HOME/.oh-my-zsh
...
plugins=(
git
extract
zsh-autosuggestions
tmux
fzf)
...
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment