fix: extract autojump to omz

This commit is contained in:
Price Hiller 2022-07-31 01:18:39 -05:00
parent dde0b748a3
commit 4cfa4695cf
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,10 @@
OMZ_DIRS="${BASE_ZSH_CONFIG_DIR}/config/omz"
configure() {
### Autojump ###
source "${HOME}/.local/share/autojump/share/autojump/autojump.zsh"
export plugins=(
git
zsh-autosuggestions

View File

@ -19,9 +19,6 @@ export PYENV_ROOT="${HOME}/.local/share/pyenv"
export PATH="${PATH}:${PYENV_ROOT}/bin"
eval "$(pyenv init -)"
### Autojump ###
source "${HOME}/.local/share/autojump/share/autojump/autojump.zsh"
### MAC ##
if [[ "$OSTYPE" = "darwin"* ]]; then
# Set Homebrew env variables