From 4cfa4695cfb82a56e2f57b7a959b086abfd7b46a Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 01:18:39 -0500 Subject: [PATCH] fix: extract autojump to omz --- .config/zsh/config/omz/init.zsh | 4 ++++ .config/zsh/config/profile/profile/env.zsh | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/zsh/config/omz/init.zsh b/.config/zsh/config/omz/init.zsh index 4e7b883..4be9722 100644 --- a/.config/zsh/config/omz/init.zsh +++ b/.config/zsh/config/omz/init.zsh @@ -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 diff --git a/.config/zsh/config/profile/profile/env.zsh b/.config/zsh/config/profile/profile/env.zsh index 88dfaee..be5f842 100644 --- a/.config/zsh/config/profile/profile/env.zsh +++ b/.config/zsh/config/profile/profile/env.zsh @@ -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