File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ below):
22
22
23
23
* ` ~/.bashrc `
24
24
* ` ~/.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)
26
26
* ` ~/.bash_login `
27
27
28
28
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.
94
94
95
95
* ` EXPORT_FUNCTIONS ` : set it to ` false ` to disable the export of
96
96
` $SHELL_PLATFORM ` and all the ` shell_is_* ` functions and avoid polluting all
97
- the other shells' environments.
97
+ the other shells' environments.
98
98
99
99
* Inside ` bashrc_dispatch ` you can change ` PRF= ` to a location other than
100
100
` ${HOME}/. ` to have it look for your new ` bashrc_* ` scripts somewhere else.
101
101
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.
105
104
106
105
Authors
107
106
-------
You can’t perform that action at this time.
0 commit comments