mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
Fix smurf_color variable name
This commit is contained in:
parent
ee1d310651
commit
9ac7da28bd
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ After a variable has been set, you can use the value of a variable in the shell
|
|||
|
||||
Example:
|
||||
|
||||
To use the value of the variable `smurf`, write `$` (dollar symbol) followed by the name of the variable, like `echo Smurfs are usually $smurf_color`, which would print the result 'Smurfs are usually blue'.
|
||||
To use the value of the variable `smurf_color`, write `$` (dollar symbol) followed by the name of the variable, like `echo Smurfs are usually $smurf_color`, which would print the result 'Smurfs are usually blue'.
|
||||
|
||||
|
||||
\subsection variables-scope Variable scope
|
||||
|
|
Loading…
Reference in a new issue