mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 10:25:42 +08:00
Fix typos in documentation
This commit is contained in:
parent
0acbbfe2ca
commit
0d3d84a39c
@ -105,7 +105,7 @@ To add ``~/linux/bin`` to PATH variable when using a login shell, add this to ``
|
||||
set -gx PATH $PATH ~/linux/bin
|
||||
end
|
||||
|
||||
This is just an exmaple; using :ref:`fish_add_path <cmd-fish_add_path>` e.g. ``fish_add_path ~/linux/bin`` which only adds the path if it isn't included yet is easier.
|
||||
This is just an example; using :ref:`fish_add_path <cmd-fish_add_path>` e.g. ``fish_add_path ~/linux/bin`` which only adds the path if it isn't included yet is easier.
|
||||
|
||||
To run commands on exit, use an :ref:`event handler <event>` that is triggered by the exit of the shell::
|
||||
|
||||
|
@ -1465,7 +1465,7 @@ The "locale" of a program is its set of language and regional settings that depe
|
||||
|
||||
.. envvar:: LANG
|
||||
|
||||
This is the typpical environment variable for specifying a locale. A user may set this variable to express the language they speak, their region, and a character encoding. The actual values are specific to their platform, except for special values like ``C`` or ``POSIX``.
|
||||
This is the typical environment variable for specifying a locale. A user may set this variable to express the language they speak, their region, and a character encoding. The actual values are specific to their platform, except for special values like ``C`` or ``POSIX``.
|
||||
|
||||
.. envvar:: LC_ALL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user