diff --git a/pages/linux/export.md b/pages/linux/export.md index c09481e8e2..06ebceb93b 100644 --- a/pages/linux/export.md +++ b/pages/linux/export.md @@ -10,6 +10,10 @@ `export -n {{VARIABLE}}` +- Mark a shell function for export: + +`export -f {{FUNCTION_NAME}}` + - Append something to the PATH variable: `export PATH=$PATH:{{path/to/append}}`