From fd2c848a5c541666a9bfd70330086fb061613887 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Tue, 31 Jan 2023 10:21:47 -0500 Subject: [PATCH] add highlight style for ranger --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 5659346..2a8c753 100644 --- a/.zshrc +++ b/.zshrc @@ -70,6 +70,8 @@ export PATH="/opt/homebrew/opt/llvm/bin:$PATH" export PATH="$HOME/.emacs.d/bin:$PATH" export PATH="$HOME/.scripts/utils:$PATH" +export HIGHLIGHT_STYLE=manxome + source $(brew --prefix)/opt/zsh-vi-mode/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh export STARSHIP_CONFIG=~/.config/starship/starship.toml