Added powerlevel10k
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -9,7 +9,8 @@ export ZSH=$HOME/.oh-my-zsh
|
|||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||||
# ZSH_THEME="robbyrussell"
|
# ZSH_THEME="robbyrussell"
|
||||||
# ZSH_THEME="avit"
|
# ZSH_THEME="avit"
|
||||||
ZSH_THEME="bureau"
|
#ZSH_THEME="bureau"
|
||||||
|
ZSH_THEME=powerlevel10k/powerlevel10k
|
||||||
|
|
||||||
# Uncomment the following line to use case-sensitive completion.
|
# Uncomment the following line to use case-sensitive completion.
|
||||||
# CASE_SENSITIVE="true"
|
# CASE_SENSITIVE="true"
|
||||||
@@ -115,3 +116,6 @@ export FZF_DEFAULT_COMMAND='find .'
|
|||||||
# ---------------------------------------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------------------------------------
|
||||||
# ==> set PATH so it includes user's private ~/bin if it exists
|
# ==> set PATH so it includes user's private ~/bin if it exists
|
||||||
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
||||||
|
|
||||||
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
|
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user