Skip to content

Fix command-less cd example #399

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

Merged
merged 1 commit into from
Apr 13, 2022
Merged

Fix command-less cd example #399

merged 1 commit into from
Apr 13, 2022

Conversation

Cyborus04
Copy link
Contributor

@Cyborus04 Cyborus04 commented Apr 13, 2022

The book still shows cd-ing without the command as > dir_name where it should be > ./dir_name

closes nushell/nushell#5181

The book still shows `cd`-ing without the command without the newly needed `./` prefix
@fdncred
Copy link
Contributor

fdncred commented Apr 13, 2022

thanks!

@Cyborus04 Cyborus04 deleted the patch-1 branch April 13, 2022 19:09
ayax79 pushed a commit to ayax79/nushell.github.io that referenced this pull request Jun 26, 2024
updating the environment with closures should not
be done with `insert` because `insert` will call
a closure if it gets one as input, `merge` will not

Co-authored-by: Benoît Sierro <[email protected]>
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.

cd shortcut does not work in Windows since 0.60.0
2 participants