mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11:14 -03:00
Not quite accurate code example heading
This commit is contained in:
@@ -897,7 +897,7 @@ If you want to set some personal customization, universal variables are nice::
|
||||
# Typically you'd run this interactively, fish takes care of keeping it.
|
||||
set -U fish_color_autosuggestion 555
|
||||
|
||||
The following code will not output anything::
|
||||
Here is an example of local vs function-scoped variables::
|
||||
|
||||
begin
|
||||
# This is a nice local scope where all variables will die
|
||||
|
||||
Reference in New Issue
Block a user