Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Mar 13, 2006
1 parent 83c968a commit 995d5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .shared_env
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ sh_load_status .shared_env
zdotdir=${ZDOTDIR:-$HOME}
ZDOTDIR="$zdotdir"
ZDOT_RUN_HOOKS="$ZDOTDIR/.zsh/functions/run_hooks"
ZDOT_LIST_HOOKS="$ZDOTDIR/.zsh/functions/list_hooks"
export ZDOTDIR ZDOT_RUN_HOOKS ZDOT_LIST_HOOKS
ZDOT_FIND_HOOKS="$ZDOTDIR/.zsh/functions/find_hooks"
export ZDOTDIR ZDOT_RUN_HOOKS ZDOT_FIND_HOOKS

# Define a search path to be used by run_hooks
if [ "$ZDOTDIR" = "$HOME" ]; then
Expand Down

0 comments on commit 995d5a0

Please sign in to comment.