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