p10k upgrade, theme for bat

This commit is contained in:
Bartek Stalewski 2020-02-04 12:00:51 +01:00
parent 932552d407
commit 2236195738
2 changed files with 109 additions and 10 deletions

View file

@ -14,6 +14,6 @@ source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
FZF_DEFAULT_COMMAND='git ls-files --cached --others --exclude-standard | fd'
FZF_DEFAULT_OPTS="-e --height 40% --preview='bat --color=always --tabs=2 --style=plain {}'"
FZF_DEFAULT_OPTS="-e --height 40% --preview='bat --color=always --tabs=2 --style=plain --theme=\"Monokai Extended\" {}'"
[ -e ~/.zshrc.local ] && source ~/.zshrc.local