mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] use a proper theme for sharkdp/bat
This commit is contained in:
parent
2bf31fc1c0
commit
4c3f20a0ce
1 changed files with 3 additions and 0 deletions
|
@ -34,3 +34,6 @@ export HOMEBREW_NO_AUTO_UPDATE=1
|
||||||
|
|
||||||
# https://github.com/junegunn/fzf/blob/764316a53d0eb60b315f0bbcd513de58ed57a876/src/tui/tui.go#L496-L515
|
# https://github.com/junegunn/fzf/blob/764316a53d0eb60b315f0bbcd513de58ed57a876/src/tui/tui.go#L496-L515
|
||||||
export FZF_DEFAULT_OPTS="--color=16 --height=40% --reverse"
|
export FZF_DEFAULT_OPTS="--color=16 --height=40% --reverse"
|
||||||
|
|
||||||
|
# <https://github.com/sharkdp/bat#8-bit-themes>
|
||||||
|
export BAT_THEME="base16-256"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue