Replace z-zsh with zoxide
This commit is contained in:
parent
216b937b97
commit
0d6020051d
4 changed files with 1 additions and 9 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,6 +1,3 @@
|
||||||
[submodule "dotbot"]
|
[submodule "dotbot"]
|
||||||
path = dotbot
|
path = dotbot
|
||||||
url = https://github.com/anishathalye/dotbot
|
url = https://github.com/anishathalye/dotbot
|
||||||
[submodule "zsh/z-zsh"]
|
|
||||||
path = zsh/z-zsh
|
|
||||||
url = https://github.com/sjl/z-zsh.git
|
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ brew "shellcheck"
|
||||||
brew "syncthing"
|
brew "syncthing"
|
||||||
brew "tree"
|
brew "tree"
|
||||||
brew "watch"
|
brew "watch"
|
||||||
|
brew "zoxide"
|
||||||
|
|
||||||
cask "alacritty"
|
cask "alacritty"
|
||||||
cask "amethyst"
|
cask "amethyst"
|
||||||
|
|
|
||||||
|
|
@ -75,11 +75,6 @@ export RPROMPT=''
|
||||||
# aliases
|
# aliases
|
||||||
source $HOME/.config/zsh/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
|
source $HOME/.config/zsh/j.sh
|
||||||
|
|
||||||
autoload -U select-word-style
|
autoload -U select-word-style
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 052a6cbbcd83c1968a11c26d75950bf455b816fb
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue