Skip to content

Commit

Permalink
define ZSH and ZSH_CUSTOM (for ohmyzsh)
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Jul 16, 2020
1 parent 08fcda0 commit e93734c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ path=($Z4H/fzf/bin $path)
fpath+=($Z4H/zsh4humans/fn $Z4H/zsh-completions/src)

: ${GITSTATUS_CACHE_DIR=$Z4H/cache/gitstatus}
: ${ZSH=$Z4H/ohmyzsh/ohmyzsh}
: ${ZSH_CUSTOM=$Z4H/ohmyzsh/ohmyzsh/custom}
: ${ZSH_CACHE_DIR=$Z4H/cache/ohmyzsh}

autoload -Uz -- $Z4H/zsh4humans/fn/[^_]*(:t) || return
Expand Down

0 comments on commit e93734c

Please sign in to comment.