Archived
0
0
Fork 0

update zsh

This commit is contained in:
Daryl Ronningen 2022-10-24 23:20:26 -07:00
parent e08b0a4ff5
commit d768291c8a
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

8
.zshrc
View file

@ -11,12 +11,14 @@ ENABLE_CORRECTION=true
COMPLETION_WAITING_DOTS=true
# 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
NVM_AUTOLOAD=1
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
# You may need to manually set your language environment
@ -44,10 +46,6 @@ alias gitdiff="batdiff"
# Prevent dotnet from tracking me
export DOTNET_CLI_TELEMETRY_OPTOUT=true
# Load Compinit
autoload -Uz compinit
compinit
# Command not found
function command_not_found_handler {
local pkgs cmd="$1"