Skip to content

Commit

Permalink
Merge pull request #112 from zap-zsh/dev
Browse files Browse the repository at this point in the history
fix: removed useless `_try_source` call
  • Loading branch information
wintermi authored Jan 26, 2023
2 parents b913252 + cdd03d2 commit 93833f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zap.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function plug() {
fi

local plugin="$1"
_try_source $plugin && return
local git_ref="$2"
local plugin_name=${plugin:t}
local plugin_dir="$ZAP_PLUGIN_DIR/$plugin_name"
Expand Down

0 comments on commit 93833f5

Please sign in to comment.