mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11:14 -03:00
Revert "Non-exported vars: rename SHLVL to shlvl"
Duh, of course it is exported.
This reverts commit 5fc17dcc82.
This commit is contained in:
@@ -868,7 +868,7 @@ The user can change the settings of `fish` by changing the values of certain var
|
||||
|
||||
- `version`, the version of the currently running fish
|
||||
|
||||
- `shlvl`, the level of nesting of shells
|
||||
- `SHLVL`, the level of nesting of shells
|
||||
|
||||
- `COLUMNS` and `LINES`, the current size of the terminal in height and width. These values are only used by fish if the operating system does not report the size of the terminal. Both variables must be set in that case otherwise a default of 80x24 will be used. They are updated when the window size changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user