mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Minor edits to the zshrc.
This commit is contained in:
28
.zshrc
28
.zshrc
@@ -18,18 +18,18 @@ ZSH=/usr/share/oh-my-zsh/
|
||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||
ZSH_THEME="distrotube"
|
||||
# POWERLEVEL9K_CONTEXT_DEFAULT_BACKGROUND='5'
|
||||
# POWERLEVEL9K_CONTEXT_DEFAULT_FOREGROUND='0'
|
||||
# POWERLEVEL9K_STATUS_OK_BACKGROUND='8'
|
||||
# POWERLEVEL9K_VCS_CLEAN_BACKGROUND='11'
|
||||
# POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND='8'
|
||||
# POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='10'
|
||||
# POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS='0.05'
|
||||
# POWERLEVEL9K_VI_INSERT_MODE_STRING='INSERT'
|
||||
# POWERLEVEL9K_VI_COMMAND_MODE_STRING='NORMAL'
|
||||
# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time)
|
||||
# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()
|
||||
# ZSH_THEME="powerlevel9k"
|
||||
POWERLEVEL9K_CONTEXT_DEFAULT_BACKGROUND='5'
|
||||
POWERLEVEL9K_CONTEXT_DEFAULT_FOREGROUND='0'
|
||||
POWERLEVEL9K_STATUS_OK_BACKGROUND='8'
|
||||
POWERLEVEL9K_VCS_CLEAN_BACKGROUND='11'
|
||||
POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND='8'
|
||||
POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='10'
|
||||
POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS='0.05'
|
||||
POWERLEVEL9K_VI_INSERT_MODE_STRING='INSERT'
|
||||
POWERLEVEL9K_VI_COMMAND_MODE_STRING='NORMAL'
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time)
|
||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()
|
||||
ZLE_RPROMPT_INDENT=0
|
||||
|
||||
# Set list of themes to pick from when loading at random
|
||||
@@ -43,7 +43,7 @@ ZLE_RPROMPT_INDENT=0
|
||||
|
||||
# Uncomment the following line to use hyphen-insensitive completion.
|
||||
# Case-sensitive completion must be off. _ and - will be interchangeable.
|
||||
# HYPHEN_INSENSITIVE="true"
|
||||
HYPHEN_INSENSITIVE="true"
|
||||
|
||||
# Uncomment the following line to disable bi-weekly auto-update checks.
|
||||
DISABLE_AUTO_UPDATE="true"
|
||||
@@ -124,7 +124,7 @@ if [[ ! -d $ZSH_CACHE_DIR ]]; then
|
||||
fi
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
# source ~/powerlevel10k/powerlevel10k.zsh-theme
|
||||
source ~/powerlevel10k/powerlevel10k.zsh-theme
|
||||
|
||||
### ALIASES ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user