rideshare
rideshare copied to clipboard
Make sh/edit_postgresql.conf.sh ready to be used as is by anyone
In sh/edit_postgresql.conf.sh referenced on the book, the path is:
- specific to author's home (
andy). - specific to the author's preferred editor (
vim)
I suggest these change in order to have a script ready to be used by anyone, without any change:
${EDITOR:-vim} "$HOME/Library/Application Support/Postgres/var-16/postgresql.conf"
What do you think?