Not working when adding $HOME/bin to PATH
seenickcode opened this issue · 4 comments
seenickcode commented
Looks like I had to use this to get it working:
export PATH=$HOME/.local/share/bin:$PATH
shinokada commented
Yes. It's in the README.
Thanks.
seenickcode commented
Forgot to mention...the installation script provides incorrect directions, actually:
export PATH=$HOME/bin:$PATH
❯ curl -s https://raw.githubusercontent.com/shinokada/awesome/main/install | bash -s install
/Users/seenickcode/.local/share/awesome directory is created.
/Users/seenickcode/.local/share/bin directory is created.
Cloning into 'awesome'...
remote: Enumerating objects: 640, done.
remote: Counting objects: 100% (142/142), done.
remote: Compressing objects: 100% (103/103), done.
remote: Total 640 (delta 86), reused 93 (delta 38), pack-reused 498
Receiving objects: 100% (640/640), 3.19 MiB | 15.39 MiB/s, done.
Resolving deltas: 100% (394/394), done.
awesome installation completed.
Add the following to your your terminal config file, such as .zshrc or .bashrc.
export PATH=$HOME/bin:$PATH
Try awesome -h or which awesome.
shinokada commented
Ok, thank you for the catch. I will update it.
seenickcode commented
Thanks!
On July 14, 2021, Sean Pianka ***@***.***> wrote:
Ok, thank you for the catch. I will update it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe <https://github.com/notifications/unsubscribe-
auth/AAASQOO4A2Z5IYII464L4UTTXX2C5ANCNFSM5ALLAMHA>.