From a4f695d7ab746c1b82868ffeaff9aa6ef98b9ed4 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 11 Jun 2023 12:16:49 -0400 Subject: [PATCH] =?UTF-8?q?make=20zsh=20fast=20again=20(rip=20vim=20mode?= =?UTF-8?q?=20=F0=9F=A5=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.zshrc b/.zshrc index 53f075a..b5d616d 100644 --- a/.zshrc +++ b/.zshrc @@ -2,13 +2,13 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH="$HOME/.oh-my-zsh" +# export ZSH="$HOME/.oh-my-zsh" #ZSH_THEME="refined" -plugins=(git) +# plugins=(git) -source $ZSH/oh-my-zsh.sh +# source $ZSH/oh-my-zsh.sh export EDITOR=nvim export VISUAL="$EDITOR" @@ -84,16 +84,16 @@ export PATH="$HOME/.local/share/bob/nvim-bin:$PATH" export HIGHLIGHT_STYLE=manxome -source $(brew --prefix)/opt/zsh-vi-mode/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh +# source $(brew --prefix)/opt/zsh-vi-mode/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh export STARSHIP_CONFIG=~/.config/starship/starship.toml -_bb_tasks() { - local matches=(`bb tasks |tail -n +3 |cut -f1 -d ' '`) - compadd -a matches - _files # autocomplete filenames as well -} -compdef _bb_tasks bb +# _bb_tasks() { +# local matches=(`bb tasks |tail -n +3 |cut -f1 -d ' '`) +# compadd -a matches +# _files # autocomplete filenames as well +# } +# compdef _bb_tasks bb eval "$(zoxide init zsh)"