Revert "Fix pj() function when no project has been specified"

This reverts commit 7d298a3059.
master
Marc Cornellà 10 years ago
parent 24ac1aa348
commit 774c4eca6f
  1. 5
      plugins/pj/pj.plugin.zsh

@ -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"

Loading…
Cancel
Save