Skip to content

Commit a612419

Browse files
committed
Modify README
1 parent 75ba3c2 commit a612419

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ below):
2222

2323
* `~/.bashrc`
2424
* `~/.bash_profile`
25-
* `~/.profile` (only if your scripts are all 'bash' compatible- otherwise get rid of it altogether)
25+
* `~/.profile` (better to just get rid of it altogether)
2626
* `~/.bash_login`
2727

2828
And then you can use these instead (in ~/.config/bash):
@@ -94,14 +94,13 @@ There are few knobs you can turn to make `bashrc_dispatch` behave as you prefer.
9494

9595
* `EXPORT_FUNCTIONS`: set it to `false` to disable the export of
9696
`$SHELL_PLATFORM` and all the `shell_is_*` functions and avoid polluting all
97-
the other shells' environments.
97+
the other shells' environments.
9898

9999
* Inside `bashrc_dispatch` you can change `PRF=` to a location other than
100100
`${HOME}/.` to have it look for your new `bashrc_*` scripts somewhere else.
101101

102-
* In general, modify your `bashrc_dispatch` script as much as you need to.
103-
You'll see there's not a lot of code there. Much less code then there are
104-
comments in this readme. Please share a patch if you like your modification.
102+
* If you find you need to modify your `bashrc_dispatch` script, please submit a
103+
patch if you like your modification.
105104

106105
Authors
107106
-------

0 commit comments

Comments
 (0)