Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
charklie authored Apr 13, 2024
1 parent be2a296 commit 1d53446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Fish:
`set -U fish_user_paths ~/.cargo/bin/ $fish_user_paths`

Nushell:
let-env PATH = ($env.PATH | prepend $"($env.HOME)/.cargo/bin")`
`let-env PATH = ($env.PATH | prepend $"($env.HOME)/.cargo/bin")`

Elvish:
`set paths = [~/.cargo/bin/ $@paths`
Expand Down

0 comments on commit 1d53446

Please sign in to comment.