Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorii-horos committed May 14, 2017
1 parent a82f007 commit 1194d15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions autoenv.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ autoenv_init(){

}

if [[ -f "./$AUTOENV_IN_FILE" ]]
then
check_and_exec "./$AUTOENV_IN_FILE"
fi
#if [[ -f "./$AUTOENV_IN_FILE" ]]
#then
# check_and_exec "./$AUTOENV_IN_FILE"
#fi

() {
local OLDPWD='/'
Expand Down

0 comments on commit 1194d15

Please sign in to comment.