Skip to content

ph install adds the ph command incorrectly in .zshrc #9

@solidguy01

Description

@solidguy01

ph install adds the following in .zshrc

# ProjectHelper
ph () { eval $(/home/guy/go/bin/projecthelper go $@) }

This makes running ph always do ph go, so commands like ph clone or ph update will not work.
Changing the line to

# ProjectHelper 
ph () { eval $(/home/guy/go/bin/projecthelper $@) }

will resolve the issue.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions