update zsh
This commit is contained in:
parent
e08b0a4ff5
commit
d768291c8a
1 changed files with 3 additions and 5 deletions
8
.zshrc
8
.zshrc
|
@ -11,12 +11,14 @@ ENABLE_CORRECTION=true
|
||||||
COMPLETION_WAITING_DOTS=true
|
COMPLETION_WAITING_DOTS=true
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins=(zsh-completions zsh-history-substring-search zsh-autosuggestions bgnotify colored-man-pages nvm rust docker docker-compose dotnet zsh-syntax-highlighting)
|
plugins=(zsh-history-substring-search zsh-autosuggestions bgnotify colored-man-pages nvm rust docker docker-compose dotnet zsh-syntax-highlighting)
|
||||||
|
|
||||||
# Plugin Configs
|
# Plugin Configs
|
||||||
NVM_AUTOLOAD=1
|
NVM_AUTOLOAD=1
|
||||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor root line)
|
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor root line)
|
||||||
|
|
||||||
|
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
# You may need to manually set your language environment
|
||||||
|
@ -44,10 +46,6 @@ alias gitdiff="batdiff"
|
||||||
# Prevent dotnet from tracking me
|
# Prevent dotnet from tracking me
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=true
|
export DOTNET_CLI_TELEMETRY_OPTOUT=true
|
||||||
|
|
||||||
# Load Compinit
|
|
||||||
autoload -Uz compinit
|
|
||||||
compinit
|
|
||||||
|
|
||||||
# Command not found
|
# Command not found
|
||||||
function command_not_found_handler {
|
function command_not_found_handler {
|
||||||
local pkgs cmd="$1"
|
local pkgs cmd="$1"
|
||||||
|
|
Reference in a new issue