Render 'export PATH' line correctly in docs
Github renders double quotes in blockquotes with fancy curly (unicode) quotes. If folks copy this to their shell configs, they'll get weird PATH bugs! Seems neither org nor github can handle ~...~ syntax if either tilde is adjacent to a non-alphanumeric (like double quotes), so I just did away with them altogether.
This commit is contained in:
parent
aed0a8acb8
commit
be396655c4
1 changed files with 1 additions and 3 deletions
|
@ -343,9 +343,7 @@ provides, and ~bin/doom help COMMAND~ to display documentation for a particular
|
|||
#+begin_quote
|
||||
I recommend you add =~/.emacs.d/bin= to your ~PATH~ so you can call =doom=
|
||||
directly and from anywhere. Accomplish this by adding this to your .bashrc or
|
||||
.zshrc file:
|
||||
|
||||
~export PATH="$HOME/.emacs.d/bin:$PATH"~
|
||||
.zshrc file: ~export PATH=~/.emacs.d/bin:$PATH~
|
||||
#+end_quote
|
||||
|
||||
*** Install Doom Manually
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue