Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ptwd error on macos [BUG] #27

Closed
grayalas opened this issue May 13, 2021 · 2 comments
Closed

ptwd error on macos [BUG] #27

grayalas opened this issue May 13, 2021 · 2 comments
Labels
Bug Something isn't working

Comments

@grayalas
Copy link

grayalas commented May 13, 2021

Describe the bug
After installing on macos and following macos specific install instrucions (installing bash and coreutils and updating PATH in .zshrc) all other aliases work fine except for ptwd. When ptwd alias is included in .zshrc the terminal doesn't load propperly.

To Reproduce
Follow install steps in wiki and add alias pwd="~/.local/bin/ptpwd" to .zshrc

Expected behavior
pretty ptwd

Screenshots/terminal output
Screen Shot 2021-05-14 at 10 42 31 AM

Screen Shot 2021-05-14 at 10 40 20 AM

Desktop
MacOS

(loving ptSh thank you for sharing this!)

@grayalas grayalas added the Bug Something isn't working label May 13, 2021
@naowalrahman
Copy link

One suggestion i have for you is, rather than making the alias call the program directly, add ~/.local/bin to your path by doing

export PATH=$HOME/.local/bin:$PATH

This will add ~/.local/bin to your path. Then, alias pwd (as well as the other commands accordingly) to just ptpwd, like so:

alias pwd="ptpwd"

This is a possible fix that I can think of.

@jszczerbinsky
Copy link
Owner

Closing, because all scripts has been replaced with programs in latest release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants