mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 22:46:02 +02:00
fish: add example for environment variables (#3338)
This commit is contained in:
parent
83b623d988
commit
af27d2f96a
1 changed files with 4 additions and 0 deletions
|
@ -23,3 +23,7 @@
|
||||||
- Display version information and exit:
|
- Display version information and exit:
|
||||||
|
|
||||||
`fish --version`
|
`fish --version`
|
||||||
|
|
||||||
|
- Set and export environmental variables that persist across restarts:
|
||||||
|
|
||||||
|
`set -Ux {{variable_name}} {{variable_value}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue