mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Rename variable to fish_killring
This commit is contained in:
committed by
ridiculousfish
parent
da97daa800
commit
9d66ddc840
@@ -1262,7 +1262,7 @@ Fish also provides additional information through the values of certain environm
|
||||
|
||||
- ``version``, the version of the currently running fish (also available as ``FISH_VERSION`` for backward compatibility).
|
||||
|
||||
- ``killring``, list of entries in fish kill ring.
|
||||
- ``fish_killring``, list of entries in fish kill ring.
|
||||
|
||||
As a convention, an uppercase name is usually used for exported variables, while lowercase variables are not exported. (``CMD_DURATION`` is an exception for historical reasons). This rule is not enforced by fish, but it is good coding practice to use casing to distinguish between exported and unexported variables.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user