Open 734MNOOB opened 5 years ago
Disclaimer: I've never used a mac so my advice may need to be tweaked.
With that said my best guess is that your .bashrc file isn't being sourced since it looks like your shell is bash and the file looks fine.
To manually source it you can run . ~/.bashrc
or the equivalent source ~/.bashrc
and then test running scc. To source it every time you open a terminal you can add . ~/.bashrc
to your ~/.bash_profile
file, creating the file if needed.
Hopefully that fixes the issue, the install script is a bit hacky and could definitely be improved.
Edit: Fixed my formatting
Steps to reproduce:
1. Clone the repo
2. Try and run a command
3. Check if
~/.bashrc
and~/.zshrc
have necessary info:In
~/.bashrc
hasin
~/.zshrc
hasNo luck :'(