From 0d6020051d77206fb1fa6bca405af2045e09d0e5 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 16 Sep 2024 01:15:41 -0400 Subject: [PATCH] Replace z-zsh with zoxide --- .gitmodules | 3 --- brew/Brewfile | 1 + zsh/.zshrc | 5 ----- zsh/z-zsh | 1 - 4 files changed, 1 insertion(+), 9 deletions(-) delete mode 160000 zsh/z-zsh diff --git a/.gitmodules b/.gitmodules index febc1bc..1ce5c11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "dotbot"] path = dotbot url = https://github.com/anishathalye/dotbot -[submodule "zsh/z-zsh"] - path = zsh/z-zsh - url = https://github.com/sjl/z-zsh.git diff --git a/brew/Brewfile b/brew/Brewfile index 2571e9c..711e54d 100644 --- a/brew/Brewfile +++ b/brew/Brewfile @@ -33,6 +33,7 @@ brew "shellcheck" brew "syncthing" brew "tree" brew "watch" +brew "zoxide" cask "alacritty" cask "amethyst" diff --git a/zsh/.zshrc b/zsh/.zshrc index 7ef7406..87c157f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -75,11 +75,6 @@ export RPROMPT='' # aliases source $HOME/.config/zsh/aliases -source $HOME/.config/zsh/z-zsh/z.sh -function precmd () { - z --add "$(pwd -P)" -} - source $HOME/.config/zsh/j.sh autoload -U select-word-style diff --git a/zsh/z-zsh b/zsh/z-zsh deleted file mode 160000 index 052a6cb..0000000 --- a/zsh/z-zsh +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 052a6cbbcd83c1968a11c26d75950bf455b816fb