Skip to content

Commit

Permalink
README.md: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gportay committed Nov 7, 2024
1 parent 7d56ba8 commit db4f60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Instead, the default interpreter can be set using the `DOSHELL` environment
variable. When this variable is exported, there is no need to override the Shell
interpreter through the command-line.

Adding these two following lines to the Shell `~/.profile` tells *dosh* to uses
`/bin/bash` as Shell interpreter.
Adding these two following lines to the Shell `~/.profile` to tell *dosh* to
use `/bin/bash` as Shell interpreter.

DOSHELL="/bin/bash"
export DOSHELL
Expand Down

0 comments on commit db4f60c

Please sign in to comment.