Skip to content

Commit

Permalink
Revert "Fix pj() function when no project has been specified"
Browse files Browse the repository at this point in the history
This reverts commit 7d298a3.
  • Loading branch information
mcornella committed Aug 20, 2016
1 parent 24ac1aa commit 774c4ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/pj/pj.plugin.zsh
Expand Up @@ -14,11 +14,6 @@ pj () {
project=$*
fi

if [[ -z "$project" ]]; then
echo "You have to specify a project name."
return
fi

for basedir ($PROJECT_PATHS); do
if [[ -d "$basedir/$project" ]]; then
$cmd "$basedir/$project"
Expand Down

0 comments on commit 774c4ec

Please sign in to comment.