mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 13:53:43 +02:00
export: add -f flag (#2550)
This commit is contained in:
parent
c0e9b908e4
commit
24b670aba2
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue