mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
new powerline setup
This commit is contained in:
parent
341349ac77
commit
7bf46e8762
5 changed files with 75 additions and 129 deletions
5
zshrc
5
zshrc
|
|
@ -4,7 +4,8 @@
|
|||
ZSH=.zsh
|
||||
|
||||
# export ZSH_THEME="random"
|
||||
export ZSH_THEME="ezzsh" # name of zsh theme
|
||||
# export ZSH_THEME="ezzsh" # name of zsh theme
|
||||
export ZSH_THEME="powerline" # name of zsh theme
|
||||
|
||||
# Set this to true to use case-sensitive completion
|
||||
CASE_SENSITIVE="false" # bool
|
||||
|
|
@ -19,7 +20,7 @@ DISABLE_LS_COLORS="false" # bool
|
|||
DISABLE_AUTO_TITLE="false" # bool
|
||||
|
||||
# Uncomment following line if you want disable red dots displayed while waiting for completion
|
||||
DISABLE_COMPLETION_WAITING_DOTS="false" # bool
|
||||
DISABLE_COMPLETION_WAITING_DOTS="true" # bool
|
||||
|
||||
# plugins to load (array)
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue