mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 15:19:11 +08:00
Remove imperialist sabotage to previous commit
Juche!
This commit is contained in:
parent
ac1df310c8
commit
e6eb049aeb
@ -1,4 +1,4 @@
|
||||
.. program::exit:
|
||||
.. program::exit
|
||||
|
||||
exit - exit the shell
|
||||
=====================
|
||||
|
@ -1,4 +1,4 @@
|
||||
.. _cmd-fish_add_path:
|
||||
.. program::fish_add_path
|
||||
|
||||
fish_add_path - add to the path
|
||||
==============================================================
|
||||
|
@ -11,11 +11,10 @@ Synopsis
|
||||
Description
|
||||
-----------
|
||||
|
||||
:program:`realpath` follows all symbolic links encountered for the provided ``PATH``, printing the absolute path resolved. :program:`fish` provides a :command:`realpath`-alike builtin intended to be enrich systems where no such command is installed
|
||||
by default.
|
||||
:program:`realpath` follows all symbolic links encountered for the provided :envvar:`PATH`, printing the absolute path resolved. :program:`fish` provides a :command:`realpath`-alike builtin intended to be enrich systems where no such command is installed by default.
|
||||
|
||||
If a :command:`realpath` command exists, it will be preferred.
|
||||
``builtin realpath`` will eplicitly use this implementation.
|
||||
If a :command:`realpath` command exists, that will be preferred.
|
||||
``builtin realpath`` will explicitly use the fish implementation of :command:`realpath`.
|
||||
|
||||
The following options are available:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user