mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: use custom theme
This commit is contained in:
parent
d1eed6b62e
commit
e70263a132
3 changed files with 38 additions and 7 deletions
10
root/.zshrc
10
root/.zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue