Skip to content

Commit

Permalink
Merge remote-tracking branch 'bbenne10/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ev0rtex committed Feb 11, 2018
2 parents 7f18082 + 4ea0c55 commit 5d3eea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/utils/releases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ __zplug::utils::releases::index()

# TODO: more strictly
binaries=()
binaries+=(**/$cmd(N-.)) # contains files named exactly $cmd
binaries+=(**/*$cmd*(N-.)) # contains $cmd name files
binaries+=(**/*(N-*)) # contains executable files
binaries+=( $(file **/*(N-.) | awk -F: '$2 ~ /executable/{print $1}') )
Expand Down

0 comments on commit 5d3eea6

Please sign in to comment.