Explorar el Código

fish: add example for environment variables (#3338)

Samruddhi Somani hace 5 años
padre
commit
af27d2f96a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      pages/common/fish.md

+ 4 - 0
pages/common/fish.md

@@ -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}}`