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

Bug: cd doesn't do anything when used with DollarSkip #46

Open
Crilum opened this issue Dec 31, 2021 · 2 comments · May be fixed by #47
Open

Bug: cd doesn't do anything when used with DollarSkip #46

Crilum opened this issue Dec 31, 2021 · 2 comments · May be fixed by #47

Comments

@Crilum
Copy link

Crilum commented Dec 31, 2021

I just ran $ cd from a non home path, and it doesn't do anything:

pi@AwePi:~/github/lollypop $ $ cd
pi@AwePi:~/github/lollypop $ echo $?
0
pi@AwePi:~/github/lollypop $
@Itai-Nelken
Copy link
Collaborator

Itai-Nelken commented Dec 31, 2021

That is because cd is a built-in shell command.

@Itai-Nelken
Copy link
Collaborator

Unfortunately there is no way to fully fix that.
In #47 I made DollarSkip error on built-in shell commands that don't work through DollarSkip like cd.

@Itai-Nelken Itai-Nelken linked a pull request Dec 31, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants