Angelmmiguel / pm

The easy way to switch between your projects on ZSH
MIT License
193 stars 17 forks source link

Install Failed.MacOS Sierra 10.12.6 #12

Closed seanxiaoxiang closed 6 years ago

seanxiaoxiang commented 6 years ago
96fa4b1f8a45520dfeebb4295877eca6

It seem installed successfully.But when I restart my terminal it tell "pm command not fond"

8d253a6fef5dd4500b33b52ae885b6c3
Angelmmiguel commented 6 years ago

Hello @seanxiaoxiang,

It seems the project is correctly installed, but the aliases weren't added to the .bash_profile. Could you check the content of ~/.bash_profile? Is the following code present there?

# PM functions
source ~/.pm/pm.zsh
alias pma="pm add"
alias pmg="pm go"
alias pmrm="pm remove"
alias pml="pm list"
# end PM

Just to notify you, the bash version was an experiment and It's not properly tested. I'm sorry but I didn't continue with the deployment and I'm planning to remove it.

seanxiaoxiang commented 6 years ago

It work!!Thanks.

Angelmmiguel commented 6 years ago

Glad to hear that!