Created
September 22, 2019 17:49
-
-
Save nuga99/98803c252d34e440855cd4ffb6fbab4c to your computer and use it in GitHub Desktop.
Custom fzf + bat config zsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
... | |
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