zsh: use custom theme

This commit is contained in:
He4eT 2023-11-10 13:10:25 +01:00
commit e70263a132
3 changed files with 38 additions and 7 deletions

View file

@ -19,16 +19,14 @@ clear
# ZSH settings
export ZSH="/home/odd/.oh-my-zsh"
# ZSH_CUSTOM=/path/to/new-custom-folder
ZSH_CUSTOM="/home/odd/dotfiles/zsh"
ZSH_THEME="minimal"
ZSH_THEME="custom-minimal"
MODE_INDICATOR="%F{yellow}█%f"
VI_MODE_CURSOR_INSERT=2
CASE_SENSITIVE="false"
MODE_INDICATOR="%F{yellow}#%f"
VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true
# VI_MODE_CURSOR_INSERT=2
plugins=(
git
vi-mode