From 24b670aba204a05bcb5591b9fadcb4c27d732411 Mon Sep 17 00:00:00 2001 From: Kevin Kredit Date: Mon, 5 Nov 2018 17:35:14 -0500 Subject: [PATCH] export: add -f flag (#2550) --- pages/linux/export.md | 4 ++++ 1 file changed, 4 insertions(+) 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}}`