export: add -f flag (#2550)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
c0e9b908e4
commit
24b670aba2
@@ -10,6 +10,10 @@
|
|||||||
|
|
||||||
`export -n {{VARIABLE}}`
|
`export -n {{VARIABLE}}`
|
||||||
|
|
||||||
|
- Mark a shell function for export:
|
||||||
|
|
||||||
|
`export -f {{FUNCTION_NAME}}`
|
||||||
|
|
||||||
- Append something to the PATH variable:
|
- Append something to the PATH variable:
|
||||||
|
|
||||||
`export PATH=$PATH:{{path/to/append}}`
|
`export PATH=$PATH:{{path/to/append}}`
|
||||||
|
Reference in New Issue
Block a user