dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7d748fecccd4209b3412fa32eb25dde3a83ceffb
parent ab7b0c6e32a534bc2c9e2b2ff4b2886bb5d43bbc
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 21 Oct 2019 21:38:26 -0400

p10k: fix up fonts on mac

Former-commit-id: bc20eeb367517dd10aebd7fba9c1fd5c0dd8e3b3
Diffstat:
Mshell/p10k-dark.zsh | 2+-
Mshell/p10k-light.zsh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shell/p10k-dark.zsh b/shell/p10k-dark.zsh @@ -117,7 +117,7 @@ # POWERLEVEL9K_MODE=compatible, or install the recommended Powerlevel10k font from # https://github.com/romkatv/powerlevel10k/#recommended-meslo-nerd-font-patched-for-powerlevel10k # and set POWERLEVEL9K_MODE=nerdfont-complete. - typeset -g POWERLEVEL9K_MODE=powerline + typeset -g POWERLEVEL9K_MODE=nerdfont-complete # When set to true, icons appear before content on both sides of the prompt. When set # to false, icons go after content. If empty or not set, icons go before content in the left diff --git a/shell/p10k-light.zsh b/shell/p10k-light.zsh @@ -126,7 +126,7 @@ # POWERLEVEL9K_MODE=compatible, or install the recommended Powerlevel10k font from # https://github.com/romkatv/powerlevel10k/#recommended-meslo-nerd-font-patched-for-powerlevel10k # and set POWERLEVEL9K_MODE=nerdfont-complete. - typeset -g POWERLEVEL9K_MODE=powerline + typeset -g POWERLEVEL9K_MODE=nerdfont-complete # When set to true, icons appear before content on both sides of the prompt. When set # to false, icons go after content. If empty or not set, icons go before content in the left