Minor edits to the zshrc.

This commit is contained in:
Derek Taylor 2020-04-11 20:09:19 -05:00
parent 70f70a9e13
commit 03eb25ed90
1 changed files with 14 additions and 14 deletions

28
.zshrc
View File

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