1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 17:06:01 +02:00

fish: add example for environment variables (#3338)

This commit is contained in:
Samruddhi Somani 2019-10-07 11:55:45 -05:00 committed by Marco Bonelli
parent 83b623d988
commit af27d2f96a

View file

@ -23,3 +23,7 @@
- Display version information and exit:
`fish --version`
- Set and export environmental variables that persist across restarts:
`set -Ux {{variable_name}} {{variable_value}}`