[Fish] Org file formatting

This commit is contained in:
Lucien Cartier-Tilet 2020-12-10 10:06:32 +01:00
parent e6775cefbd
commit 38843d8a4e
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -181,10 +181,10 @@ Finally, some development packages require the =PKG_CONFIG_PATH= to be set, so l
#+END_SRC
** ~$PATH~
Some global variables might sometimes be needed and need to be modified. This is for example the case with my ~PATH~ variable in which I add Rusts Cargos binaries, Gos binaries and my own executables. And of course, dont forget to add the already existing ~PATH~.
:PROPERTIES:
:CUSTOM_ID: Global_variables-$PATH-e1320303
:END:
Some global variables might sometimes be needed and need to be modified. This is for example the case with my ~PATH~ variable in which I add Rusts Cargos binaries, Gos binaries and my own executables. And of course, dont forget to add the already existing ~PATH~.
#+NAME: extra-paths
| additional path | what it leads to |