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

feat: support empty cd to go to the home directory #39

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

Pranavchiku
Copy link
Contributor

@Pranavchiku Pranavchiku commented Sep 6, 2024

Fixes #32

% cargo r
   Compiling deno_task_shell v0.17.0 (/Users/pranavchiku/repos/shell/crates/deno_task_shell)
   Compiling shell v0.1.0 (/Users/pranavchiku/repos/shell/crates/shell)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
     Running `target/debug/shell`
~/repos/shell$ cd
~$ ls
[...]

Copy link
Collaborator

@prsabahrami prsabahrami left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@prsabahrami prsabahrami merged commit f484c18 into prefix-dev:main Sep 6, 2024
4 checks passed
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 this pull request may close these issues.

Empty cd should go to the home directory
2 participants