mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-25 07:18:41 +08:00
Fix smurf_color variable name
(cherry picked from commit 9ac7da28bd5af934458aa3a8ef2c40f371b2111a)
This commit is contained in:
parent
215f731498
commit
3a2b836f0e
@ -693,7 +693,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…
x
Reference in New Issue
Block a user