Skip to content

Commit a373085

Browse files
authored
fix: docs incorrectly referring to prompt in `bin/hermit.hcl (#557)
Fixes #556
1 parent 24c8d37 commit a373085

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/usage/shell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Called after a Hermit environment is activated. Has access to `$HERMIT_ENV` and
2121
```bash
2222
hermit_on_activate() {
2323
export MY_VAR="value"
24-
PS1="🐚 $PS1" # Customize prompt when prompt = "none" in bin/hermit.hcl
24+
PS1="🐚 $PS1" # Customize prompt when prompt = "none" in ~/.hermit.hcl
2525
}
2626
```
2727

@@ -53,7 +53,7 @@ end
5353

5454
Define these functions in your shell's RC file (`~/.bashrc`, `~/.zshrc`, or `~/.config/fish/config.fish`). They are optional.
5555

56-
**Tip:** Set `prompt = "none"` in your `bin/hermit.hcl` to disable Hermit's default prompt modification and use `hermit_on_activate` to customize `PS1` instead.
56+
**Tip:** Set `prompt = "none"` in your `~/.hermit.hcl` to disable Hermit's default prompt modification and use `hermit_on_activate` to customize `PS1` instead.
5757

5858
## Shell Hooks
5959

0 commit comments

Comments
 (0)