| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: fish | Distribution: openSUSE Tumbleweed |
| Version: 4.5.0 | Vendor: openSUSE |
| Release: 1.3 | Build date: Tue Feb 17 20:17:58 2026 |
| Group: System/Shells | Build host: reproducible |
| Size: 22434477 | Source RPM: fish-4.5.0-1.3.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://fishshell.com/ | |
| Summary: The "friendly interactive shell" | |
fish is a command line shell. It is geared towards interactive use and its features are focused on user friendlieness and discoverability. The language syntax is simple but incompatible with other shell languages.
BSD-3-Clause AND GPL-2.0-only AND ISC AND LGPL-2.0-or-later AND MIT AND PSF-2.0
* Tue Feb 17 2026 Avindra Goolcharan <avindra@opensuse.org>
- Update to version 4.5.0
* ctrl-l no longer cancels history search (#12436)
* History search cursor positioning now works correctly with
characters of arbitrary width.
* fish no longer reads the terminfo database to alter behaviour
based on the TERM environment variable, and does not depend
on ncurses or terminfo. The ignore-terminfo feature flag,
introduced and enabled by default in fish 4.1, is now
permanently enabled. fish may no longer work correctly on
Data General Dasher D220 and Wyse WY-350 terminals, but
should continue to work on all known terminal emulators
released in the 21st century.
* fix: Vi mode d,f key binding did not work (#12417)
* fix: Vi mode c,w key binding wrongly deleted trailing spaces (#12443)
* fix: Vi mode crash on c,i,w after accepting autosuggestion (#12430)
* fix: fish_vi_key_bindings called with a mode argument produced an error (#12413)
* fix: Build on Illumos (#12410)
* Fri Feb 06 2026 Avindra Goolcharan <avindra@opensuse.org>
- Update to version 4.4.0
* The default fossil prompt has been disabled (#12342)
* The bind builtin lists mappings from all modes if --mode is
not provided (#12214)
* Line-wise autosuggestions that don’t start a command are no
longer shown (739b82c, 58e7a50).
* Builtin history now assumes that PAGER supports ANSI color sequences.
* Vi mode word movements (w, W, e, and E) are now largely in
line with Vim. The only exception is that underscores are
treated as word separators (#12269)
* New special input functions to support these movements:
forward-word-vi, kill-word-vi, forward-bigword-vi, kill-
bigword-vi, forward-word-end, backward-word-end, forward-
bigword-end, backward-bigword-end, kill-a-word, kill-inner-
word, kill-a-bigword, and kill-inner-bigword.
* Vi mode key bindings now support counts for movement and
deletion commands (e.g. d3w or 3l), via a new operator mode (#2192)
* New catpuccin-* color themes.
* set_color learned the strikethrough (--strikethrough or -s)
modifier.
* The CMake option WITH_GETTEXT has been renamed to
WITH_MESSAGE_LOCALIZATION, to reflect that it toggles
localization independently of the backend used in the
implementation.
* New cargo xtask commands can replace some CMake workflows.
* fish now clears the terminal’s FLUSHO flag when acquiring
control of the terminal, to fix an issue caused by pressing
ctrl-o on macOS (#12304)
* Mon Feb 02 2026 Andreas Prittwitz <m4ng4n@gmx.de>
- Update to version 4.3.3
* Add BuildRequires python-Sphinx for building the man pages
* Remove redundant slashes between %{buildroot} and %{datadir}
* Selecting a completion could insert only part of the token
(:issue:`12249`).
* Glitch with soft-wrapped autosuggestions and
:doc:`fish_right_prompt <cmds/fish_right_prompt>`
(:issue:`12255`).
* Spurious echo in tmux when typing a command really fast
(:issue:`12261`).
* ``tomorrow`` theme always using the light variant
(:issue:`12266`).
* ``fish_config theme choose`` sometimes not shadowing themes
set by e.g. webconfig (:issue:`12278`).
* The sample prompts and themes are correctly installed
(:issue:`12241`).
* Last line of command output could be hidden when missing
newline (:issue:`12246`).
* The ``abbr``, ``bind``, ``complete``, ``functions``, ``history``
and ``type`` commands now support a ``--color`` option to
control syntax highlighting in their output. Valid values are
``auto`` (default), ``always``, or ``never``.
* Existing file paths in redirection targets such as
``> file.txt`` are now highlighted using
:envvar:`fish_color_valid_path`, indicating that ``file.txt``
will be clobbered (:issue:`12260`).
- Changes in version 4.3.2
* Pre-built macOS packages failed to start due to a
``Malformed Mach-O file`` error (:issue:`12224`).
* ``extra_functionsdir`` (usually ``vendor_functions.d``) and
friends were not used (:issue:`12226`).
* Sample config file ``~/.config/fish/config.fish/`` and config
directories ``~/.config/fish/conf.d/``,
``~/.config/fish/completions/`` and
``~/.config/fish/functions/`` were recreated on every startup
instead of only the first time fish runs on a
system (:issue:`12230`).
* Spurious echo of ``^[[I`` in some scenarios (:issue:`12232`).
* Infinite prompt redraw loop on some prompts (:issue:`12233`).
* The removal of pre-built HTML docs from tarballs revealed that
cross compilation is broken because we use
``${CMAKE_BINARY_DIR}/fish_indent`` for building HTML docs.
As a workaround, the new CMake build option
``FISH_INDENT_FOR_BUILDING_DOCS`` can be set to the path of
a runnable ``fish_indent`` binary.
- Changes in version 4.3.1
* Possible crash after expanding an abbreviation (:issue:`12223`).
- Changes in version 4.3.0
* fish no longer sets user-facing :ref:`universal variables
<variables-universal>` by default, making the configuration
easier to understand.
Specifically, the ``fish_color_*``, ``fish_pager_color_*`` and
``fish_key_bindings`` variables are now set in the global
scope by default.
After upgrading to 4.3.0, fish will (once and never again)
migrate these universals to globals set at startup in the
``~/.config/fish/conf.d/fish_frozen_theme.fish`` and
``~/.config/fish/conf.d/fish_frozen_key_bindings.fish`` files.
We suggest that you delete those files and :ref:`set your theme
<syntax-highlighting>` in ``~/.config/fish/config.fish``.
You can still configure fish to propagate theme changes instantly;
see :ref:`here <syntax-highlighting-instant-update>` for an example.
You can still opt into storing color variables in the universal
scope via ``fish_config theme save`` though unlike
``fish_config theme choose``, it does not support dynamic theme
switching based on the terminal's color theme (see below).
In addition to setting the variables which are explicitly defined
in the given theme, ``fish_config theme choose`` now clears only
color variables that were set by earlier invocations of a
``fish_config theme choose`` command (which is how fish's default
theme is set).
* New :ref:`status language <status-language>` command allows
showing and modifying language settings for fish messages without
having to modify environment variables.
* When using a noninteractive fish instance to compute completions,
``commandline --cursor`` works as expected instead of throwing
an error (:issue:`11993`).
* :envvar:`fish_trace` can now be set to ``all`` to also trace
execution of key bindings, event handlers as well as prompt
and title functions.
* When typing immediately after starting fish, the first prompt is
now rendered correctly.
* Completion accuracy was improved for file paths containing
``=`` or ``:`` (:issue:`5363`).
* Prefix-matching completions are now shown even if they don't
match the case typed by the user (:issue:`7944`).
* On Cygwin/MSYS, command name completion will favor the non-exe
name (``foo``) unless the user started typing the extension.
* When using the exe name (``foo.exe``), fish will use the
description and completions for ``foo`` if there are none
for ``foo.exe``.
* Autosuggestions now also show soft-wrapped portions
(:issue:`12045`).
* :kbd:`ctrl-w` (``backward-kill-path-component``) also deletes
escaped spaces (:issue:`2016`).
* New special input functions ``backward-path-component``,
``forward-path-component`` and ``kill-path-component``
(:issue:`12127`).
* Themes can now be made color-theme-aware by including both
``[light]`` and ``[dark]`` sections in the :ref:`theme file
<fish-config-theme-files>`.
Some default themes have been made color-theme-aware, meaning
they dynamically adjust as your terminal's background color
switches between light and dark colors (:issue:`11580`).
* The working directory is now reported on every fresh prompt
(via OSC 7), fixing scenarios where a child process
(like ``ssh``) left behind a stale working directory
(:issue:`12191`).
* OSC 133 prompt markers now also mark the prompt end, which
improves shell integration with terminals like iTerm2
(:issue:`11837`).
* Operating-system-specific key bindings are now decided based
on the :ref:`terminal's host OS <status-terminal-os>`.
* New :ref:`feature flag <featureflags>` ``omit-term-workarounds``
can be turned on to prevent fish from trying to work around
some incompatible terminals.
* Tarballs no longer contain prebuilt documentation, so building
and installing documentation requires Sphinx.
To avoid users accidentally losing docs, the ``BUILD_DOCS`` and
``INSTALL_DOCS`` configuration options have been replaced with
a new ``WITH_DOCS`` option.
* ``fish_key_reader`` and ``fish_indent`` are now installed as
hardlinks to ``fish``, to save some space.
* Regression fixes:
* (from 4.1.0) Crash on incorrectly-set color variables
(:issue:`12078`).
* (from 4.1.0) Crash when autosuggesting Unicode characters with
nontrivial lowercase mapping.
* (from 4.2.0) Incorrect emoji width computation on macOS.
* (from 4.2.0) Mouse clicks and :kbd:`ctrl-l` edge cases in
multiline command lines (:issue:`12121`).
* (from 4.2.0) Completions for Git remote names on some
non-glibc systems.
* (from 4.2.0) Expansion of ``~$USER``.
* Thu Nov 13 2025 Avindra Goolcharan <avindra@opensuse.org>
- update to 4.2.1:
* When building from a tarball without Sphinx (that is, with -
DBUILD_DOCS=OFF or when sphinx-build is not found), builtin
man pages and help files were missing, which has been fixed (#12052).
* fish_config’s theme selector (the “colors” tab) was broken,
which has been fixed (#12053).
* Tue Nov 11 2025 Avindra Goolcharan <avindra@opensuse.org>
- update to 4.2.0
== NOTABLE FIXES AND IMPROVEMENTS ==
* History-based autosuggestions now include multi-line commands.
* A transient prompt containing more lines than the final
prompt will now be cleared properly (#11875)
* Taiwanese Chinese translations have been added.
* French translations have been supplemented (#11842)
+ DEPRECATIONS AND REMOVALS
* fish now assumes UTF-8 for character encoding even if the
system does not have a UTF-8 locale. Input bytes which are
not valid UTF-8 are still round-tripped correctly. For example,
file paths using legacy encodings can still be used, but may
be rendered differently on the command line.
* On systems where no multi-byte locale is available, fish will
no longer fall back to using ASCII replacements for Unicode
characters such as “…”.
== INTERACTIVE IMPROVEMENTS ==
* The title of the terminal tab can now be set separately from
the window title by defining the fish_tab_title function (#2692).
* fish now hides the portion of a multiline prompt that is
scrolled out of view due to a huge command line. This
prevents duplicate lines after repainting with partially visible prompt (#11911).
* fish_config prompt’s choose and save subcommands have been
taught to reset fish_mode_prompt in addition to the other
prompt functions (#11937).
* fish no longer force-disables mouse capture (DECSET/DECRST
1000), so you can use those commands to let mouse clicks move
the cursor or select completions items (#4918).
* The alt-p binding no longer adds a redundant space to the command line.
* When run as a login shell on macOS, fish now sets MANPATH
correctly when that variable was already present in the environment (#10684).
* A Windows-specific case of the web-based config failing to
launch has been fixed (#11805).
* A MSYS2-specific workaround for Konsole and WezTerm has been
added, to prevent them from using the wrong working directory
when opening new tabs (#11981).
== FOR DISTRIBUTORS AND DEVELOPERS ==
* Release tags and source code tarballs are GPG-signed again (#11996).
* Documentation in release tarballs is now built with the
latest version of Sphinx, which means that pre-built man
pages include OSC 8 hyperlinks.
* The Sphinx dependency is now specified in pyproject.toml,
which allows you to use uv to provide Sphinx for building
documentation (e.g. uv run cargo install --path .).
* The minimum supported Rust version (MSRV) has been updated to 1.85.
* The standalone build mode has been made the default. This
means that the files in $CMAKE_INSTALL_PREFIX/share/fish will
not be used anymore, except for HTML docs. As a result,
future upgrades will no longer break running shells if one of
fish’s internal helper functions has been changed in the
updated version. For now, the data files are still installed
redundantly, to prevent upgrades from breaking already-
running shells (#11921). To reverse this change (which should
not be necessary), patch out the embed-data feature from cmake/Rust.cmake.
This option will be removed in future.
* OpenBSD 7.8 revealed an issue with fish’s approach to
displaying builtin man pages, which has been fixed.
== REGRESSION FIXES ==
* (from 4.1.0) Fix the web-based config for Python 3.9 and older (#12039).
* (from 4.1.0) Correct wrong terminal modes set by fish -c 'read; cat (#12024).
* (from 4.1.0) On VTE-based terminals, stop redrawing the
prompt on resize again, to avoid glitches.
* (from 4.1.0) Fix error using man for the commands ! . : [ { (#11955).
* (from 4.1.0) Fix build issues on illumos systems (#11982).
* (from 4.1.0) Fix crash on invalid function command (#11912).
* (from 4.0.0) Fix build on SPARC and MIPS Linux by disabling SIGSTKFLT.
* (from 4.0.0) Fix crash when passing negative PIDs to builtin wait (#11929).
* (from 4.0.0) On Linux, fix status fish-path output when fish
has been reinstalled since it was started.
* (from 4.1.0) On MSYS2, fix saving/loading of universal
variables (#11948).
- filter out windows specific cargo dependencies
* Wed Oct 08 2025 Avindra Goolcharan <avindra@opensuse.org>
- update to 4.1.2
* Fixed spurious error output when completing remote file paths
for scp (#11860).
* Fixed the alt-l binding not formatting ls output correctly
(one entry per line, no colors) (#11888).
* Fixed an issue where focus events (currently only enabled in
tmux) would cause multiline prompts to be redrawn in the
wrong line (#11870).
* Stopped printing output that would cause a glitch on old
versions of Midnight Commander (#11869).
* Added a fix for some configurations of Zellij where escape
key processing was delayed (#11868).
* Fixed a case where the web-based configuration tool would
generate invalid configuration (#11861).
* Fixed a case where pasting into fish -c read would fail with
a noisy error (#11836).
* Fixed a case where upgrading fish would break old versions of
fish that were still running.
* In general, fish still needs to be restarted after it is
upgraded, except for standalone builds.
* Wed Oct 01 2025 Avindra Goolcharan <avindra@opensuse.org>
- update to 4.1.1
* Many of our new Chinese translations were more confusing than
helpful; they have been fixed or removed (#11833)
* Some fish_config subcommands for showing prompts and themes
had been broken in standalone Linux builds (those using the
embed-data cargo feature), which has been fixed (#11832)
* On Windows Terminal, we observed an issue where fish would
fail to read the terminal’s response to our new startup
queries, causing noticeable lags and a misleading error
message. A workaround has been added (#11841)
* A WezTerm issue breaking shifted key input has resurfaced on
some versions of WezTerm; our workaround has been extended to
cover all versions for now (#11204)
* Fixed a crash in the web-based configuration tool when using
the new underline styles (#11840)
* Sat Sep 27 2025 Avindra Goolcharan <avindra@opensuse.org>
- update to 4.1.0
* This release comprises 1396 commits since 4.0.9, contributed by
126 authors, 70 of which are new committers.
* see https://github.com/fish-shell/fish-shell/releases/tag/4.1.0
- desktop file removed
* see https://github.com/fish-shell/fish-shell/pull/11104
* Mon Sep 15 2025 Avindra Goolcharan <avindra@opensuse.org>
- update to 4.0.6
* fish now properly inherits $PATH under Windows WSL2 (#11354).
* Remote filesystems are detected properly again on non-Linux systems.
* the :doc:`printf <cmds/printf>` builtin no longer
miscalculates width of multi-byte characters (#11412).
* For many years, fish has been "relocatable" -- it was
possible to move the entire CMAKE_INSTALL_PREFIX and fish
would use paths relative to its binary. Only gettext locale
paths were still determined purely at compile time, which has been fixed.
* the :doc:`commandline <cmds/commandline>` builtin failed to
print the commandline set by a commandline -C invocation,
which broke some completion scripts. This has been corrected (#11423).
* To work around terminals that fail to parse Operating System
Command (OSC) sequences, a temporary feature flag has been
added. It allows you to disable prompt marking (OSC 133) by
running (once) set -Ua fish_features no-mark-prompt and restarting fish (#11749).
* The routines to save history and universal variables have
seen some robustness improvements.
* builtin :doc:`status current-command <cmds/status>` no longer
prints a trailing blank line.
* A crash displaying multi-line quoted command substitutions
has been fixed (#11444).
* Commands like set fish_complete_path ... accidentally
disabled completion autoloading, which has been corrected.
* nmcli completions have been fixed to query network
information dynamically instead of only when completing the
first time.
* Git completions no longer print an error when no git-foo
executable is in :envvar:`PATH`.
* Custom completions like complete foo -l long -xa ... that use
the output of commandline -t. on a command-line like foo --
long= have been invalidated by a change in 4.0; the
completion scripts have been adjusted accordingly (#11508).
* Some completions were misinterpreted, which caused garbage to
be displayed in the completion list. This has been fixed.
* fish no longer interprets invalid control sequences from the
terminal as if they were alt-[ or alt-o key strokes.
* :doc:`bind <cmds/bind>` has been taught about the printscreen
and menu keys.
* alt-delete now deletes the word right of the cursor
* ctrl-alt-h erases the last word again (#11548)
* alt-left alt-right were misinterpreted because they send
unexpected sequences on some terminals; a workaround has been added. (#11479).
* Key bindings like bind shift-A are no longer accepted; use bind
shift-a or bind A.
* Key bindings like bind shift-a take precedence over bind A
when the key event included the shift modifier.
* Bindings using shift with non-ASCII letters (such as ctrl-
shift-ä) are now supported.
* Bindings with modifiers such as bind ctrl-w work again on non-
Latin keyboard layouts such as a Russian one. This is
implemented by allowing key events such as ctrl-ц to match
bindings of the corresponding Latin key, using the kitty
keyboard protocol's base layout key (#11520).
* Vi mode: The cursor position after pasting via p has been corrected.
* Vi mode: Trying to replace the last character via r no longer
replaces the last-but-one character (#11484),
- includes 4.0.2
* Completions are quoted, rather than backslash-escaped, only
if the completion is unambiguous. Continuing to edit the
token is therefore easier (#11271). This changes the
behavior introduced in 4.0.0 where all completions were quoted.
* The warning when the terminfo database can't be found has
been downgraded to a log message. fish will act as if the
terminal behaves like xterm-256color, which is correct for
the vast majority of cases (#11277, #11290).
* Key combinations using the super (Windows/command) key can
now (actually) be bound using the super- prefix (#11217).
This was listed in the release notes for 4.0.1 but did
not work correctly.
* :doc:`function <cmds/function>` is stricter about argument
parsing, rather than allowing additional parameters to be
silently ignored (#11295).
* Using parentheses in the :doc:`test <cmds/test>` builtin
works correctly, following a regression in 4.0.0 where they
were not recognized (#11387).
* delete in Vi mode when Num Lock is active will work correctly
(#11303).
* Abbreviations cannot alter the command-line contents,
preventing a crash (#11324).
* Improvements to various completions, including new
completions for wl-randr (#11301), performance
improvements for cargo completions by avoiding network
requests (#11347), and other improvements for btrfs (#11320),
cryptsetup (#11315), git (#11319, #11322, #11323), (#11046),
and systemd-analyze (#11314).
* The Mercurial (hg) prompt can handle working directories that
contain an embedded newline, rather than producing errors (#11348).
* A number of crashes have been fixed. Triggers include prompts
containing backspace characters (#11280), history
pager search (#11355), invalid UTF-8 in :doc:`read <
cmds/read>` (#11383), and the kill-selection binding
(#11367)
* A race condition in the test suite has been fixed (#11254),
and a test for fish versioning relaxed to support
downstream distributors' modifications (#11173).
* Small improvements to the documentation (#11264, #11329, #11361)
- checksum removed upstream
* Thu Apr 17 2025 Robert Frohl <rfrohl@suse.com>
- update to 4.0.1
https://github.com/fish-shell/fish-shell/releases/tag/4.0.1
* Key combinations using the super (Windows/command) key can be bound using
the super- prefix (#11217).
* Konsole’s menu shows the “Open folder with” option again (#11198).
* $fish_color_search_match will now only be applied to the foreground color
if it has an explicit foreground. For example, this allows setting:
* set -g fish_color_search_match --reverse
* Cursor shape commands (\e[2 q) are no longer sent in non-interactive shells
or in redirections (#11255).
* status gained a is-interactive-read subcommand, to check whether the script
is being called from an interactive read invocation.
* fish’s background tasks are now started in a way that avoids an error on
macOS Terminal.app (#11181).
* Using key combinations within qemu should work correctly.
* Prompts containing control characters no longer cause incorrect display of
command lines (#11252).
* Cancelling the command-line in Vi mode displays correctly again (#11261).
* The acidhub prompt properly displays the git branch again (#11179).
* Completions for wine correctly include files again (#11202).
* On macOS, paths from /etc/paths and /etc/manpaths containing colons are
handled correctly (#10684). This functionality was included in the 4.0.0
release notes but was missing from the source code.
* The XTerm modifyOtherKeys keyboard encoding is no longer used under WezTerm,
as it does not work correctly in all layouts (#11204).
* option-left and other similar keys should now work in iTerm versions before 3.5.12;
the kitty keyboard protocol is now disabled on these versions (#11192).
* The kitty keyboard protocol is no longer used under Midnight Commander, as
it does not work correctly (#10640).
* fish now sends the commandline along with the OSC 133 semantic prompt command
start sequence. This fixes a test in the kitty terminal (#11203).
* Git completions for third-party commands like “git-absorb” are completed
correctly again (#11205).
* Completions for diskutil no longer produce an error (#11201).
* The output of certain error messages no longer prints newlines to standard
output (#11248).
* A number of crashes have been fixed, including file names longer than 255
bytes (#11221), using fish on a btrfs filesystem (#11219), history files
that do not have the expected format (#11236), and pasting into an empty
command line (#11256).
- Remove fish-3.7.1-drop-pcre-tests.patch, no problem for 4.0.x
* Tue Apr 15 2025 Andreas Stieger <andreas.stieger@gmx.de>
- drop tests failing with pcre2 10.45 (boo#1241199)
add fish-3.7.1-drop-pcre-tests.patch
* Sun Jan 12 2025 Marcus Rueckert <mrueckert@suse.de>
- update to 4.0~b1
https://fishshell.com/blog/rustport/
- new BR: cargo
- add service to pull the rust vendored deps
* Fri Jun 14 2024 pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang_path macro, [bsc#1212476]
* Wed Jun 12 2024 Elisei Roca <eroca@suse.com>
- add Requires: gzip for extracting manual archives
for example when running `fish_config -h`
* Thu Apr 04 2024 Dirk Müller <dmueller@suse.com>
- update to 3.7.1:
* Deleting the last history entry via `history delete` works
again (#10190).
* Wildcards (`*`) will no longer sometimes generate paths that
did not exist (#10205).
* A crash when trying to run an ELF program with a missing
interpreter has been fixed. This crashed in the process after
fork, so did not affect the fish process that tried to start
the program (#10199).
* `funced` will now always `source` the file after it has
written it, even if the contents did not change. This
prevents issues if the file was otherwise modified (#10318).
* The warning for when a builtin returns a negative exit code
was improved, now mentioning the original status (#10187).
* Added completions for `cobra-cli`, `dmidecode`, `mycli`,
`ollama`, `pstree`
* Tue Jan 30 2024 Simon Lees <sflees@suse.de>
- Fix changelog timestamp in the last entry
- Hard code rather then use -DCMAKE_INSTALL_DOCDIR:PATH=%{__cmake_make_prefix_relative %{_docdir}/%{name}
It was causing issues with the 15.5 build
* Wed Jan 24 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Fix build to cope with changes in (open)SUSE specific cmake
macros, move documentation to canonical location.
* Mon Jan 01 2024 Victorhck <victorhck@opensuse.org>
- Update to 3.7.0:
* The history pager will now also attempt subsequence matches (#9476),
so you can find a command line like git log 3.6.1..Integration_3.7.0 by searching for gitInt.
* Opening the history pager will now fill the search field with a search string if you’re already
in a search (#10005). This makes it nicer to search something with ↑ and then later decide
to switch to the full pager.
* Closing the history pager with enter will now copy the search text to the commandline
if there was no match, so you can continue editing the command you tried to find right away (#9934).
* Performance improvements for command completions and globbing, where supported by the operating system,
especially on slow filesystems such as NFS (#9891, #9931, #10032, #10052).
* fish can now be configured to wait a specified amount of time for a multi-key sequence to be completed,
instead of waiting indefinitely. For example, this makes binding kj to switching modes in vi mode possible.
The timeout can be set via the new fish_sequence_key_delay_ms variable (#7401),
and may be set by default in future versions.
* See https://github.com/fish-shell/fish-shell/releases/tag/3.7.0
for more details
* Wed Dec 06 2023 Dan Čermák <dcermak@suse.com>
- New upstream release 3.6.4
* This release contains a complete fix for the test suite failure in fish
3.6.2 and 3.6.3.
- New upstream release 3.6.3
* This release contains a fix for a test suite failure in fish 3.6.2.
- New upstream release 3.6.2
This release of fish contains a security fix for CVE-2023-49284, a minor security problem identified
in fish 3.6.1 and previous versions (thought to affect all released versions of fish).
fish uses certain Unicode non-characters internally for marking wildcards and expansions. It
incorrectly allowed these markers to be read on command substitution output, rather than
transforming them into a safe internal representation.
For example, ``echo \UFDD2HOME`` has the same output as ``echo $HOME``.
While this may cause unexpected behavior with direct input, this may become a minor security problem
if the output is being fed from an external program into a command substitution where this output
may not be expected. (bsc#1217808, CVE-2023-49284)
* Tue Dec 05 2023 Dan Čermák <dcermak@suse.com>
- Enable tests
* Tue Oct 17 2023 Matej Cepl <mcepl@cepl.eu>
- Actually, awk is required for many scripts provided with the
shell.
* Tue Apr 18 2023 Luciano Santos <luc14n0@opensuse.org>
- Update to version 3.6.1:
* The Web-based configuration for abbreviations has been removed,
as it was not functional with the changes abbreviations
introduced in 3.6.0.
* 'read' will now print an error if told to set a read-only
variable, instead of silently doing nothing.
* 'set_color -v' no longer crashes fish.
* Using fish_vi_key_bindings in combination with fish's
- -no-config mode works without locking up the shell.
* The history pager now uses more screen space, usually half the
screen.
* Variables that were set while the locale was C (the default
ASCII-only locale) will now properly be encoded if the locale
is switched.
* Escape during history search restores the original command line
again.
* Using --help on builtins now respects the $MANPAGER variable,
in preference to $PAGER.
* The documentation for the ':', '[' and '.' builtin commands can
now be looked up with 'man'.
* fish no longer crashes when searching history for non-ASCII
codepoints case-insensitively.
* Themes that don't specify every color option can be installed
correctly in the Web-based configuration.
* Compatibility with Midnight Commander's prompt integration has
been improved.
* A spurious error, noted when using fish in Google Drive
directories under WSL 2, has been silenced.
* Using 'read' in 'fish_greeting' or similar functions will not
trigger an infinite loop.
* The git prompt will compute the stash count to be used
independently of the informative status.
* Added completions for: apkanalyzer, neovim, otool, pre-commit,
proxychains, scrypt, stow, trash and helper utilities
(trash-empty, trash-list, trash-put and trash-restore) and
ssh-copy-id.
* Improvements to many completions, including the speed of
completing directories in WSL 2.
* Completions using __fish_complete_suffix are now offered in
the correct order (regression).
* 'git' completions for 'git-foo'-style commands was restored
(regression).
* File completion now offers ../ and ./ again (regression).
* Improvements and corrections to the documentation.
* Tue Jan 17 2023 Paolo Stivanin <info@paolostivanin.com>
- update to 3.6.0:
* By default, Control-R now opens the command history in the pager,
* Abbrevations are more flexible
* The \\x and \\X escape syntax is now equivalent. \\xAB previously
behaved the same as \\XAB, except that it would error if the value “AB” was larger than “7f”
* The fish_git_prompt will now only turn on features if the appropriate
variable has been set to a true value (of “1”, “yes” or “true”)
instead of just checking if it is defined.
* Abbreviations are no longer stored in universal variables.
* The short option -r for abbreviations has changed from rename to regex,
for consistency with string.
* argparse can now be used without option specifications, to allow using
- -min-args, --max-args or for commands that take no options
* set --show now shows when a variable was inherited from fish’s parent process,
which should help with debugging
* The read limit is now restored to the default when fish_read_limit is unset
* fish_clipboard_copy and fish_clipboard_paste can now be used in pipes
* A new variable, fish_cursor_selection_mode, can be used to configure whether
the command line selection includes the character under the cursor (inclusive) or not (exclusive)
* The complete-and-search binding, used with Shift-Tab by default,
selects the first item in the results immediately
* The key combination for the QUIT terminal sequence, often Control-Backslash (\\x1c),
can now be sused as a binding
* commandline gained two new options, --selection-start and --selection-end,
to set the start/end of the current selection
/etc/fish /etc/fish/completions /etc/fish/conf.d /etc/fish/config.fish /etc/fish/functions /usr/bin/fish /usr/bin/fish_indent /usr/bin/fish_key_reader /usr/share/doc/packages/fish /usr/share/doc/packages/fish/.buildinfo /usr/share/doc/packages/fish/CHANGELOG.rst /usr/share/doc/packages/fish/_sources /usr/share/doc/packages/fish/_static /usr/share/doc/packages/fish/_static/basic.css /usr/share/doc/packages/fish/_static/classic.css /usr/share/doc/packages/fish/_static/default.css /usr/share/doc/packages/fish/_static/doctools.js /usr/share/doc/packages/fish/_static/documentation_options.js /usr/share/doc/packages/fish/_static/file.png /usr/share/doc/packages/fish/_static/fish.png /usr/share/doc/packages/fish/_static/language_data.js /usr/share/doc/packages/fish/_static/minus.png /usr/share/doc/packages/fish/_static/plus.png /usr/share/doc/packages/fish/_static/pydoctheme.css /usr/share/doc/packages/fish/_static/pygments.css /usr/share/doc/packages/fish/_static/searchtools.js /usr/share/doc/packages/fish/_static/sidebar.js /usr/share/doc/packages/fish/_static/sphinx_highlight.js /usr/share/doc/packages/fish/cmds /usr/share/doc/packages/fish/cmds/_.html /usr/share/doc/packages/fish/cmds/abbr.html /usr/share/doc/packages/fish/cmds/alias.html /usr/share/doc/packages/fish/cmds/and.html /usr/share/doc/packages/fish/cmds/argparse.html /usr/share/doc/packages/fish/cmds/begin.html /usr/share/doc/packages/fish/cmds/bg.html /usr/share/doc/packages/fish/cmds/bind.html /usr/share/doc/packages/fish/cmds/block.html /usr/share/doc/packages/fish/cmds/break.html /usr/share/doc/packages/fish/cmds/breakpoint.html /usr/share/doc/packages/fish/cmds/builtin.html /usr/share/doc/packages/fish/cmds/case.html /usr/share/doc/packages/fish/cmds/cd.html /usr/share/doc/packages/fish/cmds/cdh.html /usr/share/doc/packages/fish/cmds/command.html /usr/share/doc/packages/fish/cmds/commandline.html /usr/share/doc/packages/fish/cmds/complete.html /usr/share/doc/packages/fish/cmds/contains.html /usr/share/doc/packages/fish/cmds/continue.html /usr/share/doc/packages/fish/cmds/count.html /usr/share/doc/packages/fish/cmds/dirh.html /usr/share/doc/packages/fish/cmds/dirs.html /usr/share/doc/packages/fish/cmds/disown.html /usr/share/doc/packages/fish/cmds/echo.html /usr/share/doc/packages/fish/cmds/else.html /usr/share/doc/packages/fish/cmds/emit.html /usr/share/doc/packages/fish/cmds/end.html /usr/share/doc/packages/fish/cmds/eval.html /usr/share/doc/packages/fish/cmds/exec.html /usr/share/doc/packages/fish/cmds/exit.html /usr/share/doc/packages/fish/cmds/export.html /usr/share/doc/packages/fish/cmds/false.html /usr/share/doc/packages/fish/cmds/fg.html /usr/share/doc/packages/fish/cmds/fish.html /usr/share/doc/packages/fish/cmds/fish_add_path.html /usr/share/doc/packages/fish/cmds/fish_breakpoint_prompt.html /usr/share/doc/packages/fish/cmds/fish_clipboard_copy.html /usr/share/doc/packages/fish/cmds/fish_clipboard_paste.html /usr/share/doc/packages/fish/cmds/fish_command_not_found.html /usr/share/doc/packages/fish/cmds/fish_config.html /usr/share/doc/packages/fish/cmds/fish_default_key_bindings.html /usr/share/doc/packages/fish/cmds/fish_delta.html /usr/share/doc/packages/fish/cmds/fish_git_prompt.html /usr/share/doc/packages/fish/cmds/fish_greeting.html /usr/share/doc/packages/fish/cmds/fish_hg_prompt.html /usr/share/doc/packages/fish/cmds/fish_indent.html /usr/share/doc/packages/fish/cmds/fish_is_root_user.html /usr/share/doc/packages/fish/cmds/fish_key_reader.html /usr/share/doc/packages/fish/cmds/fish_mode_prompt.html /usr/share/doc/packages/fish/cmds/fish_opt.html /usr/share/doc/packages/fish/cmds/fish_prompt.html /usr/share/doc/packages/fish/cmds/fish_right_prompt.html /usr/share/doc/packages/fish/cmds/fish_should_add_to_history.html /usr/share/doc/packages/fish/cmds/fish_status_to_signal.html /usr/share/doc/packages/fish/cmds/fish_svn_prompt.html /usr/share/doc/packages/fish/cmds/fish_tab_title.html /usr/share/doc/packages/fish/cmds/fish_title.html /usr/share/doc/packages/fish/cmds/fish_update_completions.html /usr/share/doc/packages/fish/cmds/fish_vcs_prompt.html /usr/share/doc/packages/fish/cmds/fish_vi_key_bindings.html /usr/share/doc/packages/fish/cmds/for.html /usr/share/doc/packages/fish/cmds/funced.html /usr/share/doc/packages/fish/cmds/funcsave.html /usr/share/doc/packages/fish/cmds/function.html /usr/share/doc/packages/fish/cmds/functions.html /usr/share/doc/packages/fish/cmds/help.html /usr/share/doc/packages/fish/cmds/history.html /usr/share/doc/packages/fish/cmds/if.html /usr/share/doc/packages/fish/cmds/isatty.html /usr/share/doc/packages/fish/cmds/jobs.html /usr/share/doc/packages/fish/cmds/math.html /usr/share/doc/packages/fish/cmds/nextd.html /usr/share/doc/packages/fish/cmds/not.html /usr/share/doc/packages/fish/cmds/open.html /usr/share/doc/packages/fish/cmds/or.html /usr/share/doc/packages/fish/cmds/path.html /usr/share/doc/packages/fish/cmds/popd.html /usr/share/doc/packages/fish/cmds/prevd.html /usr/share/doc/packages/fish/cmds/printf.html /usr/share/doc/packages/fish/cmds/prompt_hostname.html /usr/share/doc/packages/fish/cmds/prompt_login.html /usr/share/doc/packages/fish/cmds/prompt_pwd.html /usr/share/doc/packages/fish/cmds/psub.html /usr/share/doc/packages/fish/cmds/pushd.html /usr/share/doc/packages/fish/cmds/pwd.html /usr/share/doc/packages/fish/cmds/random.html /usr/share/doc/packages/fish/cmds/read.html /usr/share/doc/packages/fish/cmds/realpath.html /usr/share/doc/packages/fish/cmds/return.html /usr/share/doc/packages/fish/cmds/set.html /usr/share/doc/packages/fish/cmds/set_color.html /usr/share/doc/packages/fish/cmds/source.html /usr/share/doc/packages/fish/cmds/status.html /usr/share/doc/packages/fish/cmds/string-collect.html /usr/share/doc/packages/fish/cmds/string-escape.html /usr/share/doc/packages/fish/cmds/string-join.html /usr/share/doc/packages/fish/cmds/string-join0.html /usr/share/doc/packages/fish/cmds/string-length.html /usr/share/doc/packages/fish/cmds/string-lower.html /usr/share/doc/packages/fish/cmds/string-match.html /usr/share/doc/packages/fish/cmds/string-pad.html /usr/share/doc/packages/fish/cmds/string-repeat.html /usr/share/doc/packages/fish/cmds/string-replace.html /usr/share/doc/packages/fish/cmds/string-shorten.html /usr/share/doc/packages/fish/cmds/string-split.html /usr/share/doc/packages/fish/cmds/string-split0.html /usr/share/doc/packages/fish/cmds/string-sub.html /usr/share/doc/packages/fish/cmds/string-trim.html /usr/share/doc/packages/fish/cmds/string-unescape.html /usr/share/doc/packages/fish/cmds/string-upper.html /usr/share/doc/packages/fish/cmds/string.html /usr/share/doc/packages/fish/cmds/suspend.html /usr/share/doc/packages/fish/cmds/switch.html /usr/share/doc/packages/fish/cmds/test.html /usr/share/doc/packages/fish/cmds/time.html /usr/share/doc/packages/fish/cmds/trap.html /usr/share/doc/packages/fish/cmds/true.html /usr/share/doc/packages/fish/cmds/type.html /usr/share/doc/packages/fish/cmds/ulimit.html /usr/share/doc/packages/fish/cmds/umask.html /usr/share/doc/packages/fish/cmds/vared.html /usr/share/doc/packages/fish/cmds/wait.html /usr/share/doc/packages/fish/cmds/while.html /usr/share/doc/packages/fish/commands.html /usr/share/doc/packages/fish/completions.html /usr/share/doc/packages/fish/contributing.html /usr/share/doc/packages/fish/design.html /usr/share/doc/packages/fish/faq.html /usr/share/doc/packages/fish/fish_for_bash_users.html /usr/share/doc/packages/fish/genindex.html /usr/share/doc/packages/fish/index.html /usr/share/doc/packages/fish/interactive.html /usr/share/doc/packages/fish/language.html /usr/share/doc/packages/fish/license.html /usr/share/doc/packages/fish/objects.inv /usr/share/doc/packages/fish/prompt.html /usr/share/doc/packages/fish/relnotes.html /usr/share/doc/packages/fish/search.html /usr/share/doc/packages/fish/searchindex.js /usr/share/doc/packages/fish/terminal-compatibility.html /usr/share/doc/packages/fish/tutorial.html /usr/share/fish /usr/share/fish/__fish_build_paths.fish /usr/share/fish/completions /usr/share/fish/completions/!.fish /usr/share/fish/completions/..fish /usr/share/fish/completions/7z.fish /usr/share/fish/completions/7za.fish /usr/share/fish/completions/7zr.fish /usr/share/fish/completions/VBoxHeadless.fish /usr/share/fish/completions/VBoxSDL.fish /usr/share/fish/completions/[.fish /usr/share/fish/completions/a2disconf.fish /usr/share/fish/completions/a2dismod.fish /usr/share/fish/completions/a2dissite.fish /usr/share/fish/completions/a2enconf.fish /usr/share/fish/completions/a2enmod.fish /usr/share/fish/completions/a2ensite.fish /usr/share/fish/completions/abbr.fish /usr/share/fish/completions/abook.fish /usr/share/fish/completions/acat.fish /usr/share/fish/completions/accept.fish /usr/share/fish/completions/ack.fish /usr/share/fish/completions/acpi.fish /usr/share/fish/completions/actionlint.fish /usr/share/fish/completions/adb.fish /usr/share/fish/completions/adduser.fish /usr/share/fish/completions/adiff.fish /usr/share/fish/completions/age-keygen.fish /usr/share/fish/completions/age.fish /usr/share/fish/completions/airmon-ng.fish /usr/share/fish/completions/alias.fish /usr/share/fish/completions/als.fish /usr/share/fish/completions/alsactl.fish /usr/share/fish/completions/alsamixer.fish /usr/share/fish/completions/alternatives.fish /usr/share/fish/completions/amixer.fish /usr/share/fish/completions/and.fish /usr/share/fish/completions/animate.fish /usr/share/fish/completions/ansible-galaxy.fish /usr/share/fish/completions/ansible-playbook.fish /usr/share/fish/completions/ansible-vault.fish /usr/share/fish/completions/ansible.fish /usr/share/fish/completions/ant.fish /usr/share/fish/completions/apack.fish /usr/share/fish/completions/apk.fish /usr/share/fish/completions/apkanalyzer.fish /usr/share/fish/completions/apm.fish /usr/share/fish/completions/apropos.fish /usr/share/fish/completions/apt-build.fish /usr/share/fish/completions/apt-cache.fish /usr/share/fish/completions/apt-cdrom.fish /usr/share/fish/completions/apt-config.fish /usr/share/fish/completions/apt-extracttemplates.fish /usr/share/fish/completions/apt-file.fish /usr/share/fish/completions/apt-ftparchive.fish /usr/share/fish/completions/apt-get.fish /usr/share/fish/completions/apt-key.fish /usr/share/fish/completions/apt-listbugs.fish /usr/share/fish/completions/apt-listchanges.fish /usr/share/fish/completions/apt-mark.fish /usr/share/fish/completions/apt-move.fish /usr/share/fish/completions/apt-proxy-import.fish /usr/share/fish/completions/apt-rdepends.fish /usr/share/fish/completions/apt-setup.fish /usr/share/fish/completions/apt-show-source.fish /usr/share/fish/completions/apt-show-versions.fish /usr/share/fish/completions/apt-sortpkgs.fish /usr/share/fish/completions/apt-spy.fish /usr/share/fish/completions/apt-src.fish /usr/share/fish/completions/apt-zip-inst.fish /usr/share/fish/completions/apt-zip-list.fish /usr/share/fish/completions/apt.fish /usr/share/fish/completions/aptitude.fish /usr/share/fish/completions/aqua.fish /usr/share/fish/completions/ar.fish /usr/share/fish/completions/arc.fish /usr/share/fish/completions/archlinux-java.fish /usr/share/fish/completions/arepack.fish /usr/share/fish/completions/argocd.fish /usr/share/fish/completions/argparse.fish /usr/share/fish/completions/ark.fish /usr/share/fish/completions/arp-scan.fish /usr/share/fish/completions/arp.fish /usr/share/fish/completions/arping.fish /usr/share/fish/completions/as.fish /usr/share/fish/completions/asciidoctor.fish /usr/share/fish/completions/asciinema.fish /usr/share/fish/completions/asd.fish /usr/share/fish/completions/asp.fish /usr/share/fish/completions/at.fish /usr/share/fish/completions/atd.fish /usr/share/fish/completions/atom.fish /usr/share/fish/completions/atool.fish /usr/share/fish/completions/atq.fish /usr/share/fish/completions/atrm.fish /usr/share/fish/completions/attrib.fish /usr/share/fish/completions/attributes.fish /usr/share/fish/completions/aunpack.fish /usr/share/fish/completions/aura.fish /usr/share/fish/completions/avifdec.fish /usr/share/fish/completions/avifenc.fish /usr/share/fish/completions/awk.fish /usr/share/fish/completions/aws.fish /usr/share/fish/completions/az.fish /usr/share/fish/completions/badblocks.fish /usr/share/fish/completions/base64.fish /usr/share/fish/completions/basename.fish /usr/share/fish/completions/batsh.fish /usr/share/fish/completions/bb-wrapper.fish /usr/share/fish/completions/bc.fish /usr/share/fish/completions/bd.fish /usr/share/fish/completions/begin.fish /usr/share/fish/completions/bg.fish /usr/share/fish/completions/bind.fish /usr/share/fish/completions/bison.fish /usr/share/fish/completions/black.fish /usr/share/fish/completions/blender.fish /usr/share/fish/completions/block.fish /usr/share/fish/completions/bluetoothctl.fish /usr/share/fish/completions/bootctl.fish /usr/share/fish/completions/bosh.fish /usr/share/fish/completions/bower.fish /usr/share/fish/completions/break.fish /usr/share/fish/completions/brew.fish /usr/share/fish/completions/brightnessctl.fish /usr/share/fish/completions/bru.fish /usr/share/fish/completions/btdownloadcurses.py.fish /usr/share/fish/completions/btdownloadheadless.py.fish /usr/share/fish/completions/btrbk.fish /usr/share/fish/completions/btrfs.fish /usr/share/fish/completions/builtin.fish /usr/share/fish/completions/bundle.fish /usr/share/fish/completions/bunzip2.fish /usr/share/fish/completions/busctl.fish /usr/share/fish/completions/bws.fish /usr/share/fish/completions/bzcat.fish /usr/share/fish/completions/bzip2.fish /usr/share/fish/completions/bzip2recover.fish /usr/share/fish/completions/bzr.fish /usr/share/fish/completions/cabal-dev.fish /usr/share/fish/completions/cabal.fish /usr/share/fish/completions/caddy.fish /usr/share/fish/completions/caffeinate.fish /usr/share/fish/completions/calendar.fish /usr/share/fish/completions/camcontrol.fish /usr/share/fish/completions/cancel.fish /usr/share/fish/completions/canto.fish /usr/share/fish/completions/cargo.fish /usr/share/fish/completions/cascadia.fish /usr/share/fish/completions/castnow.fish /usr/share/fish/completions/cat.fish /usr/share/fish/completions/cd.fish /usr/share/fish/completions/cdh.fish /usr/share/fish/completions/cdrecord.fish /usr/share/fish/completions/cf.fish /usr/share/fish/completions/checkinstall.fish /usr/share/fish/completions/chgrp.fish /usr/share/fish/completions/chmod.fish /usr/share/fish/completions/choice.fish /usr/share/fish/completions/choose.fish /usr/share/fish/completions/chown.fish /usr/share/fish/completions/chronyc.fish /usr/share/fish/completions/chsh.fish /usr/share/fish/completions/cilium.fish /usr/share/fish/completions/cjpm.fish /usr/share/fish/completions/cjxl.fish /usr/share/fish/completions/clang++.fish /usr/share/fish/completions/clang.fish /usr/share/fish/completions/clasp.fish /usr/share/fish/completions/claude.fish /usr/share/fish/completions/clean.fish /usr/share/fish/completions/cleanmgr.fish /usr/share/fish/completions/climate.fish /usr/share/fish/completions/clj.fish /usr/share/fish/completions/clojure.fish /usr/share/fish/completions/cmark.fish /usr/share/fish/completions/cmd.fish /usr/share/fish/completions/cmdkey.fish /usr/share/fish/completions/cobra-cli.fish /usr/share/fish/completions/code-exploration.fish /usr/share/fish/completions/code-insiders.fish /usr/share/fish/completions/code.fish /usr/share/fish/completions/color.fish /usr/share/fish/completions/colordiff.fish /usr/share/fish/completions/colorsvn.fish /usr/share/fish/completions/combine.fish /usr/share/fish/completions/command.fish /usr/share/fish/completions/commandline.fish /usr/share/fish/completions/comp.fish /usr/share/fish/completions/compare.fish /usr/share/fish/completions/complete.fish /usr/share/fish/completions/composer.fish /usr/share/fish/completions/composer.phar.fish /usr/share/fish/completions/composite.fish /usr/share/fish/completions/conda.fish /usr/share/fish/completions/configure.fish /usr/share/fish/completions/conjure.fish /usr/share/fish/completions/connmanctl.fish /usr/share/fish/completions/container.fish /usr/share/fish/completions/contains.fish /usr/share/fish/completions/continue.fish /usr/share/fish/completions/convert.fish /usr/share/fish/completions/coredumpctl.fish /usr/share/fish/completions/cowsay.fish /usr/share/fish/completions/cowthink.fish /usr/share/fish/completions/cp.fish /usr/share/fish/completions/cpan.fish /usr/share/fish/completions/cpupower.fish /usr/share/fish/completions/crc.fish /usr/share/fish/completions/create_ap.fish /usr/share/fish/completions/createdb.fish /usr/share/fish/completions/cryptsetup.fish /usr/share/fish/completions/csc.fish /usr/share/fish/completions/csh.fish /usr/share/fish/completions/csharp.fish /usr/share/fish/completions/csi.fish /usr/share/fish/completions/csvlens.fish /usr/share/fish/completions/cue.fish /usr/share/fish/completions/cupsaccept.fish /usr/share/fish/completions/cupsdisable.fish /usr/share/fish/completions/cupsenable.fish /usr/share/fish/completions/cupsreject.fish /usr/share/fish/completions/curl.fish /usr/share/fish/completions/cut.fish /usr/share/fish/completions/cvs.fish /usr/share/fish/completions/cwebp.fish /usr/share/fish/completions/cygpath.fish /usr/share/fish/completions/cygport.fish /usr/share/fish/completions/cygstart.fish /usr/share/fish/completions/dagger.fish /usr/share/fish/completions/darcs.fish /usr/share/fish/completions/dart.fish /usr/share/fish/completions/date.fish /usr/share/fish/completions/dconf.fish /usr/share/fish/completions/dd.fish /usr/share/fish/completions/defaults.fish /usr/share/fish/completions/delta.fish /usr/share/fish/completions/deno.fish /usr/share/fish/completions/devspace.fish /usr/share/fish/completions/df.fish /usr/share/fish/completions/dhclient.fish /usr/share/fish/completions/dhcpcd.fish /usr/share/fish/completions/diff.fish /usr/share/fish/completions/dig.fish /usr/share/fish/completions/direnv.fish /usr/share/fish/completions/diskutil.fish /usr/share/fish/completions/disown.fish /usr/share/fish/completions/display.fish /usr/share/fish/completions/distrobox.fish /usr/share/fish/completions/dive.fish /usr/share/fish/completions/djview.fish /usr/share/fish/completions/djview4.fish /usr/share/fish/completions/djxl.fish /usr/share/fish/completions/dlocate.fish /usr/share/fish/completions/dm-tool.fish /usr/share/fish/completions/dmesg.fish /usr/share/fish/completions/dmidecode.fish /usr/share/fish/completions/dnf.fish /usr/share/fish/completions/doas.fish /usr/share/fish/completions/docker.fish /usr/share/fish/completions/doctl.fish /usr/share/fish/completions/dolphin.fish /usr/share/fish/completions/dotnet.fish /usr/share/fish/completions/downgrade.fish /usr/share/fish/completions/dpkg-reconfigure.fish /usr/share/fish/completions/dpkg.fish /usr/share/fish/completions/dput.fish /usr/share/fish/completions/dropdb.fish /usr/share/fish/completions/dscacheutil.fish /usr/share/fish/completions/du.fish /usr/share/fish/completions/dua.fish /usr/share/fish/completions/duf.fish /usr/share/fish/completions/dumpcap.fish /usr/share/fish/completions/duply.fish /usr/share/fish/completions/dvipdf.fish /usr/share/fish/completions/dvipdfm.fish /usr/share/fish/completions/ebuild.fish /usr/share/fish/completions/echo.fish /usr/share/fish/completions/efibootmgr.fish /usr/share/fish/completions/efivar.fish /usr/share/fish/completions/eg.fish /usr/share/fish/completions/egrep.fish /usr/share/fish/completions/eix-sync.fish /usr/share/fish/completions/eix.fish /usr/share/fish/completions/elatex.fish /usr/share/fish/completions/elixir.fish /usr/share/fish/completions/elm.fish /usr/share/fish/completions/elvish.fish /usr/share/fish/completions/emacs.fish /usr/share/fish/completions/emaint.fish /usr/share/fish/completions/emerge.fish /usr/share/fish/completions/emit.fish /usr/share/fish/completions/encfs.fish /usr/share/fish/completions/entr.fish /usr/share/fish/completions/env.fish /usr/share/fish/completions/eopkg.fish /usr/share/fish/completions/epkginfo.fish /usr/share/fish/completions/equery.fish /usr/share/fish/completions/es.fish /usr/share/fish/completions/eselect.fish /usr/share/fish/completions/etex.fish /usr/share/fish/completions/ethtool.fish /usr/share/fish/completions/eval.fish /usr/share/fish/completions/evince.fish /usr/share/fish/completions/exec.fish /usr/share/fish/completions/exercism.fish /usr/share/fish/completions/exif.fish /usr/share/fish/completions/exit.fish /usr/share/fish/completions/expand.fish /usr/share/fish/completions/expect.fish /usr/share/fish/completions/ezjail-admin.fish /usr/share/fish/completions/fab.fish /usr/share/fish/completions/fail2ban-client.fish /usr/share/fish/completions/fastboot.fish /usr/share/fish/completions/feh.fish /usr/share/fish/completions/ffmpeg.fish /usr/share/fish/completions/ffplay.fish /usr/share/fish/completions/ffprobe.fish /usr/share/fish/completions/fg.fish /usr/share/fish/completions/fgrep.fish /usr/share/fish/completions/figlet.fish /usr/share/fish/completions/file.fish /usr/share/fish/completions/find.fish /usr/share/fish/completions/findstr.fish /usr/share/fish/completions/firefox-developer-edition.fish /usr/share/fish/completions/firefox.fish /usr/share/fish/completions/firejail.fish /usr/share/fish/completions/firewall-cmd.fish /usr/share/fish/completions/fish-lsp.fish /usr/share/fish/completions/fish.fish /usr/share/fish/completions/fish_add_path.fish /usr/share/fish/completions/fish_config.fish /usr/share/fish/completions/fish_delta.fish /usr/share/fish/completions/fish_indent.fish /usr/share/fish/completions/fish_key_reader.fish /usr/share/fish/completions/fish_opt.fish /usr/share/fish/completions/flac.fish /usr/share/fish/completions/flatpak.fish /usr/share/fish/completions/flux.fish /usr/share/fish/completions/fluxbox-remote.fish /usr/share/fish/completions/folderify.fish /usr/share/fish/completions/for.fish /usr/share/fish/completions/forfiles.fish /usr/share/fish/completions/fortune.fish /usr/share/fish/completions/fossil.fish /usr/share/fish/completions/fsharpc.fish /usr/share/fish/completions/fsharpi.fish /usr/share/fish/completions/ftp.fish /usr/share/fish/completions/funced.fish /usr/share/fish/completions/funcsave.fish /usr/share/fish/completions/function.fish /usr/share/fish/completions/functions.fish /usr/share/fish/completions/fuser.fish /usr/share/fish/completions/fusermount.fish /usr/share/fish/completions/fzf.fish /usr/share/fish/completions/g++.fish /usr/share/fish/completions/gacutil.fish /usr/share/fish/completions/gapplication.fish /usr/share/fish/completions/gcc.fish /usr/share/fish/completions/gcloud.fish /usr/share/fish/completions/gdb.fish /usr/share/fish/completions/gdbserver.fish /usr/share/fish/completions/gdbus.fish /usr/share/fish/completions/gem.fish /usr/share/fish/completions/gendarme.fish /usr/share/fish/completions/gh.fish /usr/share/fish/completions/gimp.fish /usr/share/fish/completions/gio.fish /usr/share/fish/completions/git-lfs.fish /usr/share/fish/completions/git-sizer.fish /usr/share/fish/completions/git-subtree.fish /usr/share/fish/completions/git.fish /usr/share/fish/completions/gitk.fish /usr/share/fish/completions/glow.fish /usr/share/fish/completions/gnome-extensions.fish /usr/share/fish/completions/go.fish /usr/share/fish/completions/godoc.fish /usr/share/fish/completions/gofmt.fish /usr/share/fish/completions/goimports.fish /usr/share/fish/completions/gojq.fish /usr/share/fish/completions/golint.fish /usr/share/fish/completions/gorename.fish /usr/share/fish/completions/gpasswd.fish /usr/share/fish/completions/gpg.fish /usr/share/fish/completions/gpg1.fish /usr/share/fish/completions/gpg2.fish /usr/share/fish/completions/gphoto2.fish /usr/share/fish/completions/gping.fish /usr/share/fish/completions/gprof.fish /usr/share/fish/completions/gradle.fish /usr/share/fish/completions/gradlew.fish /usr/share/fish/completions/grep.fish /usr/share/fish/completions/gresource.fish /usr/share/fish/completions/groupadd.fish /usr/share/fish/completions/groups.fish /usr/share/fish/completions/grub-file.fish /usr/share/fish/completions/grub-install.fish /usr/share/fish/completions/grub-mkrescue.fish /usr/share/fish/completions/grunt.fish /usr/share/fish/completions/gsettings.fish /usr/share/fish/completions/gsutil.fish /usr/share/fish/completions/guild.fish /usr/share/fish/completions/guile.fish /usr/share/fish/completions/gunzip.fish /usr/share/fish/completions/gv.fish /usr/share/fish/completions/gvim.fish /usr/share/fish/completions/gvimdiff.fish /usr/share/fish/completions/gw.fish /usr/share/fish/completions/gzip.fish /usr/share/fish/completions/hashcat.fish /usr/share/fish/completions/head.fish /usr/share/fish/completions/helm.fish /usr/share/fish/completions/help.fish /usr/share/fish/completions/heroku.fish /usr/share/fish/completions/hg.fish /usr/share/fish/completions/hikari.fish /usr/share/fish/completions/history.fish /usr/share/fish/completions/hjson.fish /usr/share/fish/completions/hledger.fish /usr/share/fish/completions/homectl.fish /usr/share/fish/completions/horcrux.fish /usr/share/fish/completions/hostnamectl.fish /usr/share/fish/completions/htop.fish /usr/share/fish/completions/hubble.fish /usr/share/fish/completions/hugo.fish /usr/share/fish/completions/hwinfo.fish /usr/share/fish/completions/i3-msg.fish /usr/share/fish/completions/ibmcloud.fish /usr/share/fish/completions/ibus.fish /usr/share/fish/completions/icdiff.fish /usr/share/fish/completions/iconutil.fish /usr/share/fish/completions/iconv.fish /usr/share/fish/completions/id.fish /usr/share/fish/completions/identify.fish /usr/share/fish/completions/iex.fish /usr/share/fish/completions/if.fish /usr/share/fish/completions/ifconfig.fish /usr/share/fish/completions/ifdata.fish /usr/share/fish/completions/ifdown.fish /usr/share/fish/completions/iftop.fish /usr/share/fish/completions/ifup.fish /usr/share/fish/completions/ijq.fish /usr/share/fish/completions/ikdasm.fish /usr/share/fish/completions/ilasm.fish /usr/share/fish/completions/import.fish /usr/share/fish/completions/imv.fish /usr/share/fish/completions/invoke-rc.d.fish /usr/share/fish/completions/ip.fish /usr/share/fish/completions/ipset.fish /usr/share/fish/completions/iptables.fish /usr/share/fish/completions/irb.fish /usr/share/fish/completions/isatty.fish /usr/share/fish/completions/istioctl.fish /usr/share/fish/completions/iw.fish /usr/share/fish/completions/iwctl.fish /usr/share/fish/completions/j.fish /usr/share/fish/completions/java_home.fish /usr/share/fish/completions/jbake.fish /usr/share/fish/completions/jest.fish /usr/share/fish/completions/jhipster.fish /usr/share/fish/completions/jj.fish /usr/share/fish/completions/jnv.fish /usr/share/fish/completions/jobs.fish /usr/share/fish/completions/john.fish /usr/share/fish/completions/journalctl.fish /usr/share/fish/completions/jq.fish /usr/share/fish/completions/julia.fish /usr/share/fish/completions/just.fish /usr/share/fish/completions/jv.fish /usr/share/fish/completions/k3d.fish /usr/share/fish/completions/k9s.fish /usr/share/fish/completions/kak.fish /usr/share/fish/completions/kb.fish /usr/share/fish/completions/kcmshell5.fish /usr/share/fish/completions/kdeconnect-cli.fish /usr/share/fish/completions/keepassxc-cli.fish /usr/share/fish/completions/keybase.fish /usr/share/fish/completions/kill.fish /usr/share/fish/completions/killall.fish /usr/share/fish/completions/kind.fish /usr/share/fish/completions/kitchen.fish /usr/share/fish/completions/kldload.fish /usr/share/fish/completions/kldunload.fish /usr/share/fish/completions/kmutil.fish /usr/share/fish/completions/konsole.fish /usr/share/fish/completions/kops.fish /usr/share/fish/completions/krita.fish /usr/share/fish/completions/ksh.fish /usr/share/fish/completions/kubebuilder.fish /usr/share/fish/completions/kubectl.fish /usr/share/fish/completions/kustomize.fish /usr/share/fish/completions/latex.fish /usr/share/fish/completions/latexmk.fish /usr/share/fish/completions/launchctl.fish /usr/share/fish/completions/lazygit.fish /usr/share/fish/completions/ldapsearch.fish /usr/share/fish/completions/lein.fish /usr/share/fish/completions/less.fish /usr/share/fish/completions/light.fish /usr/share/fish/completions/lightdm.fish /usr/share/fish/completions/llm.fish /usr/share/fish/completions/ln.fish /usr/share/fish/completions/loadkeys.fish /usr/share/fish/completions/localectl.fish /usr/share/fish/completions/locate.fish /usr/share/fish/completions/loginctl.fish /usr/share/fish/completions/logkeys.fish /usr/share/fish/completions/losetup.fish /usr/share/fish/completions/lp.fish /usr/share/fish/completions/lpadmin.fish /usr/share/fish/completions/lpinfo.fish /usr/share/fish/completions/lpmove.fish /usr/share/fish/completions/lpoptions.fish /usr/share/fish/completions/lppasswd.fish /usr/share/fish/completions/lpq.fish /usr/share/fish/completions/lpr.fish /usr/share/fish/completions/lprm.fish /usr/share/fish/completions/lpstat.fish /usr/share/fish/completions/ls.fish /usr/share/fish/completions/lsb_release.fish /usr/share/fish/completions/lsblk.fish /usr/share/fish/completions/lscpu.fish /usr/share/fish/completions/lsof.fish /usr/share/fish/completions/lsusb.fish /usr/share/fish/completions/lua.fish /usr/share/fish/completions/lualatex.fish /usr/share/fish/completions/lunchy.fish /usr/share/fish/completions/lxc.fish /usr/share/fish/completions/lxpanel.fish /usr/share/fish/completions/lz4.fish /usr/share/fish/completions/lz4c.fish /usr/share/fish/completions/lz4cat.fish /usr/share/fish/completions/m4.fish /usr/share/fish/completions/machinectl.fish /usr/share/fish/completions/magento.fish /usr/share/fish/completions/magick.fish /usr/share/fish/completions/make.fish /usr/share/fish/completions/makedepend.fish /usr/share/fish/completions/makensis.fish /usr/share/fish/completions/makepkg.fish /usr/share/fish/completions/man.fish /usr/share/fish/completions/mariner.fish /usr/share/fish/completions/math.fish /usr/share/fish/completions/matlab.fish /usr/share/fish/completions/mc.fish /usr/share/fish/completions/md-to-clip.fish /usr/share/fish/completions/md5sum.fish /usr/share/fish/completions/mdadm.fish /usr/share/fish/completions/mdbook.fish /usr/share/fish/completions/mddiagnose.fish /usr/share/fish/completions/mdfind.fish /usr/share/fish/completions/mdimport.fish /usr/share/fish/completions/mdls.fish /usr/share/fish/completions/mdutil.fish /usr/share/fish/completions/meson.fish /usr/share/fish/completions/micro.fish /usr/share/fish/completions/minikube.fish /usr/share/fish/completions/mix.fish /usr/share/fish/completions/mkbundle.fish /usr/share/fish/completions/mkdir.fish /usr/share/fish/completions/mkdocs.fish /usr/share/fish/completions/mkdosfs.fish /usr/share/fish/completions/mkfs.fat.fish /usr/share/fish/completions/mkfs.vfat.fish /usr/share/fish/completions/mkinitcpio.fish /usr/share/fish/completions/mkpasswd.fish /usr/share/fish/completions/mksquashfs.fish /usr/share/fish/completions/mktemp.fish /usr/share/fish/completions/mkvextract.fish /usr/share/fish/completions/mocha.fish /usr/share/fish/completions/mocp.fish /usr/share/fish/completions/modinfo.fish /usr/share/fish/completions/modprobe.fish /usr/share/fish/completions/mogrify.fish /usr/share/fish/completions/mono.fish /usr/share/fish/completions/monodis.fish /usr/share/fish/completions/monop.fish /usr/share/fish/completions/montage.fish /usr/share/fish/completions/mosh.fish /usr/share/fish/completions/mount.fish /usr/share/fish/completions/mpc.fish /usr/share/fish/completions/mplayer.fish /usr/share/fish/completions/mpv.fish /usr/share/fish/completions/msfconsole.fish /usr/share/fish/completions/msfdb.fish /usr/share/fish/completions/msfvenom.fish /usr/share/fish/completions/msgfmt.fish /usr/share/fish/completions/mtr.fish /usr/share/fish/completions/mupdf.fish /usr/share/fish/completions/mutt.fish /usr/share/fish/completions/mv.fish /usr/share/fish/completions/mvn.fish /usr/share/fish/completions/mycli.fish /usr/share/fish/completions/mysql.fish /usr/share/fish/completions/mysqldump.fish /usr/share/fish/completions/namei.fish /usr/share/fish/completions/native2ascii.fish /usr/share/fish/completions/navi.fish /usr/share/fish/completions/nc.fish /usr/share/fish/completions/nc.openbsd.fish /usr/share/fish/completions/nc.traditional.fish /usr/share/fish/completions/ncat.fish /usr/share/fish/completions/ncdu.fish /usr/share/fish/completions/netcat.fish /usr/share/fish/completions/netctl-auto.fish /usr/share/fish/completions/netctl.fish /usr/share/fish/completions/nethack.fish /usr/share/fish/completions/networkctl.fish /usr/share/fish/completions/nextd.fish /usr/share/fish/completions/ng.fish /usr/share/fish/completions/ngrok.fish /usr/share/fish/completions/nice.fish /usr/share/fish/completions/ninja.fish /usr/share/fish/completions/nl.fish /usr/share/fish/completions/nm.fish /usr/share/fish/completions/nmap.fish /usr/share/fish/completions/nmcli.fish /usr/share/fish/completions/node.fish /usr/share/fish/completions/nodeenv.fish /usr/share/fish/completions/not.fish /usr/share/fish/completions/notify-send.fish /usr/share/fish/completions/npm.fish /usr/share/fish/completions/nu.fish /usr/share/fish/completions/nvim.fish /usr/share/fish/completions/nvme.fish /usr/share/fish/completions/nvram.fish /usr/share/fish/completions/objdump.fish /usr/share/fish/completions/obnam.fish /usr/share/fish/completions/oc.fish /usr/share/fish/completions/octave.fish /usr/share/fish/completions/oggenc.fish /usr/share/fish/completions/oksh.fish /usr/share/fish/completions/okular.fish /usr/share/fish/completions/ollama.fish /usr/share/fish/completions/omega.fish /usr/share/fish/completions/op.fish /usr/share/fish/completions/opam.fish /usr/share/fish/completions/open.fish /usr/share/fish/completions/openocd.fish /usr/share/fish/completions/openssl.fish /usr/share/fish/completions/opkg.fish /usr/share/fish/completions/optimus-manager.fish /usr/share/fish/completions/optipng.fish /usr/share/fish/completions/or.fish /usr/share/fish/completions/otool.fish /usr/share/fish/completions/ouch.fish /usr/share/fish/completions/p4.fish /usr/share/fish/completions/pabcnetcclear.fish /usr/share/fish/completions/pacaur.fish /usr/share/fish/completions/pacman-color.fish /usr/share/fish/completions/pacman-key.fish /usr/share/fish/completions/pacman.fish /usr/share/fish/completions/pacmatic.fish /usr/share/fish/completions/pacmd.fish /usr/share/fish/completions/pactl.fish /usr/share/fish/completions/pactree.fish /usr/share/fish/completions/pandoc.fish /usr/share/fish/completions/passwd.fish /usr/share/fish/completions/patch.fish /usr/share/fish/completions/path.fish /usr/share/fish/completions/patool.fish /usr/share/fish/completions/pbget.fish /usr/share/fish/completions/pbpaste.fish /usr/share/fish/completions/pdfelatex.fish /usr/share/fish/completions/pdfetex.fish /usr/share/fish/completions/pdflatex.fish /usr/share/fish/completions/pdftex.fish /usr/share/fish/completions/pdftotext.fish /usr/share/fish/completions/perl.fish /usr/share/fish/completions/pfctl.fish /usr/share/fish/completions/pftp.fish /usr/share/fish/completions/pg_dump.fish /usr/share/fish/completions/pg_dumpall.fish /usr/share/fish/completions/pg_restore.fish /usr/share/fish/completions/pgrep.fish /usr/share/fish/completions/phpunit.fish /usr/share/fish/completions/pidof.fish /usr/share/fish/completions/pine.fish /usr/share/fish/completions/ping.fish /usr/share/fish/completions/pinky.fish /usr/share/fish/completions/pip.fish /usr/share/fish/completions/pip2.fish /usr/share/fish/completions/pip3.fish /usr/share/fish/completions/pipenv.fish /usr/share/fish/completions/pix.fish /usr/share/fish/completions/pkg-config.fish /usr/share/fish/completions/pkg.fish /usr/share/fish/completions/pkg_add.fish /usr/share/fish/completions/pkg_delete.fish /usr/share/fish/completions/pkg_info.fish /usr/share/fish/completions/pkgadd.fish /usr/share/fish/completions/pkgfile.fish /usr/share/fish/completions/pkginfo.fish /usr/share/fish/completions/pkgmk.fish /usr/share/fish/completions/pkgrm.fish /usr/share/fish/completions/pkill.fish /usr/share/fish/completions/plutil.fish /usr/share/fish/completions/pnpm.fish /usr/share/fish/completions/poff.fish /usr/share/fish/completions/pon.fish /usr/share/fish/completions/port.fish /usr/share/fish/completions/portmaster.fish /usr/share/fish/completions/ports.fish /usr/share/fish/completions/poweroff.fish /usr/share/fish/completions/powerpill.fish /usr/share/fish/completions/powershell.fish /usr/share/fish/completions/pre-commit.fish /usr/share/fish/completions/prevd.fish /usr/share/fish/completions/prime-run.fish /usr/share/fish/completions/protontricks-launch.fish /usr/share/fish/completions/protontricks.fish /usr/share/fish/completions/proxychains.fish /usr/share/fish/completions/prt-get.fish /usr/share/fish/completions/ps.fish /usr/share/fish/completions/ps2pdf.fish /usr/share/fish/completions/ps2pdf12.fish /usr/share/fish/completions/ps2pdf13.fish /usr/share/fish/completions/ps2pdf14.fish /usr/share/fish/completions/ps2pdfwr.fish /usr/share/fish/completions/psql.fish /usr/share/fish/completions/pstack.fish /usr/share/fish/completions/pstree.fish /usr/share/fish/completions/psub.fish /usr/share/fish/completions/pulumi.fish /usr/share/fish/completions/pushd.fish /usr/share/fish/completions/pv.fish /usr/share/fish/completions/pwd.fish /usr/share/fish/completions/pydf.fish /usr/share/fish/completions/pyenv.fish /usr/share/fish/completions/pygmentize.fish /usr/share/fish/completions/python.fish /usr/share/fish/completions/python2.fish /usr/share/fish/completions/python3.fish /usr/share/fish/completions/pzstd.fish /usr/share/fish/completions/qdbus.fish /usr/share/fish/completions/qjs.fish /usr/share/fish/completions/qjsc.fish /usr/share/fish/completions/qmk.fish /usr/share/fish/completions/qshell.fish /usr/share/fish/completions/qubes-gpg-client.fish /usr/share/fish/completions/quilt.fish /usr/share/fish/completions/rakudo.fish /usr/share/fish/completions/random.fish /usr/share/fish/completions/ranger.fish /usr/share/fish/completions/rbenv.fish /usr/share/fish/completions/rc-service.fish /usr/share/fish/completions/rc-status.fish /usr/share/fish/completions/rc-update.fish /usr/share/fish/completions/rc.fish /usr/share/fish/completions/rcctl.fish /usr/share/fish/completions/rclone.fish /usr/share/fish/completions/read.fish /usr/share/fish/completions/readelf.fish /usr/share/fish/completions/readlink.fish /usr/share/fish/completions/realpath.fish /usr/share/fish/completions/reflector.fish /usr/share/fish/completions/reg.fish /usr/share/fish/completions/reject.fish /usr/share/fish/completions/rejmerge.fish /usr/share/fish/completions/rename.fish /usr/share/fish/completions/renice.fish /usr/share/fish/completions/resolvectl.fish /usr/share/fish/completions/return.fish /usr/share/fish/completions/reuse.fish /usr/share/fish/completions/rfkill.fish /usr/share/fish/completions/rgrep.fish /usr/share/fish/completions/rm.fish /usr/share/fish/completions/rmdir.fish /usr/share/fish/completions/rmmod.fish /usr/share/fish/completions/root.fish /usr/share/fish/completions/roswell.fish /usr/share/fish/completions/rpm-ostree.fish /usr/share/fish/completions/rpm.fish /usr/share/fish/completions/rst2html.fish /usr/share/fish/completions/rst2html4.fish /usr/share/fish/completions/rst2html5.fish /usr/share/fish/completions/rst2latex.fish /usr/share/fish/completions/rst2man.fish /usr/share/fish/completions/rst2odt.fish /usr/share/fish/completions/rst2pseudoxml.fish /usr/share/fish/completions/rst2s5.fish /usr/share/fish/completions/rst2xetex.fish /usr/share/fish/completions/rst2xml.fish /usr/share/fish/completions/rstpep2html.fish /usr/share/fish/completions/rsync.fish /usr/share/fish/completions/ruby-build.fish /usr/share/fish/completions/ruby.fish /usr/share/fish/completions/ruff.fish /usr/share/fish/completions/run0.fish /usr/share/fish/completions/rustc.fish /usr/share/fish/completions/rustup.fish /usr/share/fish/completions/s3cmd.fish /usr/share/fish/completions/sad.fish /usr/share/fish/completions/sass-convert.fish /usr/share/fish/completions/sass.fish /usr/share/fish/completions/sbcl.fish /usr/share/fish/completions/sbt.fish /usr/share/fish/completions/scanimage.fish /usr/share/fish/completions/schtasks.fish /usr/share/fish/completions/scons.fish /usr/share/fish/completions/scp.fish /usr/share/fish/completions/screen.fish /usr/share/fish/completions/scrot.fish /usr/share/fish/completions/scrypt.fish /usr/share/fish/completions/scss.fish /usr/share/fish/completions/sed.fish /usr/share/fish/completions/seq.fish /usr/share/fish/completions/serve.fish /usr/share/fish/completions/service.fish /usr/share/fish/completions/set.fish /usr/share/fish/completions/set_color.fish /usr/share/fish/completions/setfacl.fish /usr/share/fish/completions/setsid.fish /usr/share/fish/completions/setx.fish /usr/share/fish/completions/setxkbmap.fish /usr/share/fish/completions/sfdx.fish /usr/share/fish/completions/sftp.fish /usr/share/fish/completions/sha1sum.fish /usr/share/fish/completions/sha224sum.fish /usr/share/fish/completions/sha256sum.fish /usr/share/fish/completions/sha384sum.fish /usr/share/fish/completions/sha512sum.fish /usr/share/fish/completions/shortcuts.fish /usr/share/fish/completions/signify.fish /usr/share/fish/completions/smerge.fish /usr/share/fish/completions/snap.fish /usr/share/fish/completions/sops.fish /usr/share/fish/completions/sort.fish /usr/share/fish/completions/source.fish /usr/share/fish/completions/spago.fish /usr/share/fish/completions/speedtest-cli.fish /usr/share/fish/completions/speedtest.fish /usr/share/fish/completions/sphinx-apidoc.fish /usr/share/fish/completions/sphinx-autogen.fish /usr/share/fish/completions/sphinx-build.fish /usr/share/fish/completions/sphinx-quickstart.fish /usr/share/fish/completions/sqlsharp.fish /usr/share/fish/completions/src.fish /usr/share/fish/completions/ssh-copy-id.fish /usr/share/fish/completions/ssh-keygen.fish /usr/share/fish/completions/ssh.fish /usr/share/fish/completions/sshfs.fish /usr/share/fish/completions/stack.fish /usr/share/fish/completions/stackit.fish /usr/share/fish/completions/starship.fish /usr/share/fish/completions/stat.fish /usr/share/fish/completions/status.fish /usr/share/fish/completions/stow.fish /usr/share/fish/completions/strace.fish /usr/share/fish/completions/stream.fish /usr/share/fish/completions/string.fish /usr/share/fish/completions/su.fish /usr/share/fish/completions/subl.fish /usr/share/fish/completions/sudo-rs.fish /usr/share/fish/completions/sudo.fish /usr/share/fish/completions/sv.fish /usr/share/fish/completions/svn.fish /usr/share/fish/completions/sylpheed.fish /usr/share/fish/completions/synclient.fish /usr/share/fish/completions/sysbench.fish /usr/share/fish/completions/sysctl.fish /usr/share/fish/completions/systemctl.fish /usr/share/fish/completions/systemd-analyze.fish /usr/share/fish/completions/systemd-cryptenroll.fish /usr/share/fish/completions/systemd-nspawn.fish /usr/share/fish/completions/t-rec.fish /usr/share/fish/completions/tail.fish /usr/share/fish/completions/tailscale.fish /usr/share/fish/completions/tar.fish /usr/share/fish/completions/tcpdump.fish /usr/share/fish/completions/tcsh.fish /usr/share/fish/completions/tee.fish /usr/share/fish/completions/telnet.fish /usr/share/fish/completions/termite.fish /usr/share/fish/completions/terraform.fish /usr/share/fish/completions/test-spice.fish /usr/share/fish/completions/test.fish /usr/share/fish/completions/tex-fmt.fish /usr/share/fish/completions/tex.fish /usr/share/fish/completions/tig.fish /usr/share/fish/completions/time.fish /usr/share/fish/completions/timedatectl.fish /usr/share/fish/completions/timeout.fish /usr/share/fish/completions/tmutil.fish /usr/share/fish/completions/tmux.fish /usr/share/fish/completions/tmuxinator.fish /usr/share/fish/completions/tmuxp.fish /usr/share/fish/completions/tofu.fish /usr/share/fish/completions/tokei.fish /usr/share/fish/completions/toot.fish /usr/share/fish/completions/top.fish /usr/share/fish/completions/topgrade.fish /usr/share/fish/completions/totem.fish /usr/share/fish/completions/touch.fish /usr/share/fish/completions/tox.fish /usr/share/fish/completions/tr.fish /usr/share/fish/completions/tracepath.fish /usr/share/fish/completions/traceroute.fish /usr/share/fish/completions/transmission-remote.fish /usr/share/fish/completions/trap.fish /usr/share/fish/completions/trash-empty.fish /usr/share/fish/completions/trash-list.fish /usr/share/fish/completions/trash-put.fish /usr/share/fish/completions/trash-restore.fish /usr/share/fish/completions/trash.fish /usr/share/fish/completions/travis.fish /usr/share/fish/completions/tree.fish /usr/share/fish/completions/tsc.fish /usr/share/fish/completions/tshark.fish /usr/share/fish/completions/ttx.fish /usr/share/fish/completions/tuned-adm.fish /usr/share/fish/completions/type.fish /usr/share/fish/completions/typst.fish /usr/share/fish/completions/udevadm.fish /usr/share/fish/completions/udevil.fish /usr/share/fish/completions/udisksctl.fish /usr/share/fish/completions/ulimit.fish /usr/share/fish/completions/umask.fish /usr/share/fish/completions/umount.fish /usr/share/fish/completions/uname.fish /usr/share/fish/completions/unbuffer.fish /usr/share/fish/completions/unexpand.fish /usr/share/fish/completions/uniq.fish /usr/share/fish/completions/unlz4.fish /usr/share/fish/completions/unrar.fish /usr/share/fish/completions/unzip.fish /usr/share/fish/completions/unzstd.fish /usr/share/fish/completions/update-eix-remote.fish /usr/share/fish/completions/update-eix.fish /usr/share/fish/completions/usbip.fish /usr/share/fish/completions/useradd.fish /usr/share/fish/completions/userdbctl.fish /usr/share/fish/completions/userdel.fish /usr/share/fish/completions/usermod.fish /usr/share/fish/completions/uv.fish /usr/share/fish/completions/uvx.fish /usr/share/fish/completions/vagrant.fish /usr/share/fish/completions/valgrind.fish /usr/share/fish/completions/validate-spice.fish /usr/share/fish/completions/vared.fish /usr/share/fish/completions/vbc.fish /usr/share/fish/completions/vi.fish /usr/share/fish/completions/vim-addons.fish /usr/share/fish/completions/vim.fish /usr/share/fish/completions/vimdiff.fish /usr/share/fish/completions/vips.fish /usr/share/fish/completions/virsh.fish /usr/share/fish/completions/vmctl.fish /usr/share/fish/completions/volta.fish /usr/share/fish/completions/w.fish /usr/share/fish/completions/wait.fish /usr/share/fish/completions/wajig.fish /usr/share/fish/completions/warp-cli.fish /usr/share/fish/completions/watch.fish /usr/share/fish/completions/watchexec.fish /usr/share/fish/completions/waydroid.fish /usr/share/fish/completions/wc.fish /usr/share/fish/completions/web-ext.fish /usr/share/fish/completions/wesnoth.fish /usr/share/fish/completions/wg-quick.fish /usr/share/fish/completions/wg.fish /usr/share/fish/completions/wget.fish /usr/share/fish/completions/whatis.fish /usr/share/fish/completions/which.fish /usr/share/fish/completions/while.fish /usr/share/fish/completions/who.fish /usr/share/fish/completions/wicd-cli.fish /usr/share/fish/completions/wicd-client.fish /usr/share/fish/completions/wicd-gtk.fish /usr/share/fish/completions/windscribe.fish /usr/share/fish/completions/wine.fish /usr/share/fish/completions/wineboot.fish /usr/share/fish/completions/winemaker.fish /usr/share/fish/completions/winetricks.fish /usr/share/fish/completions/wireshark.fish /usr/share/fish/completions/wish.fish /usr/share/fish/completions/wlr-randr.fish /usr/share/fish/completions/wpa_cli.fish /usr/share/fish/completions/wpctl.fish /usr/share/fish/completions/wslpath.fish /usr/share/fish/completions/wvdial.fish /usr/share/fish/completions/xargs.fish /usr/share/fish/completions/xbps-alternatives.fish /usr/share/fish/completions/xbps-checkvers.fish /usr/share/fish/completions/xbps-create.fish /usr/share/fish/completions/xbps-dgraph.fish /usr/share/fish/completions/xbps-digest.fish /usr/share/fish/completions/xbps-fbulk.fish /usr/share/fish/completions/xbps-fetch.fish /usr/share/fish/completions/xbps-install.fish /usr/share/fish/completions/xbps-pkgdb.fish /usr/share/fish/completions/xbps-query.fish /usr/share/fish/completions/xbps-reconfigure.fish /usr/share/fish/completions/xbps-remove.fish /usr/share/fish/completions/xbps-rindex.fish /usr/share/fish/completions/xbps-uchroot.fish /usr/share/fish/completions/xbps-uhelper.fish /usr/share/fish/completions/xclip.fish /usr/share/fish/completions/xcodes.fish /usr/share/fish/completions/xdg-mime.fish /usr/share/fish/completions/xdvi.fish /usr/share/fish/completions/xed.fish /usr/share/fish/completions/xelatex.fish /usr/share/fish/completions/xgettext.fish /usr/share/fish/completions/xinput.fish /usr/share/fish/completions/xmms.fish /usr/share/fish/completions/xonsh.fish /usr/share/fish/completions/xpdf.fish /usr/share/fish/completions/xplayer.fish /usr/share/fish/completions/xprop.fish /usr/share/fish/completions/xrandr.fish /usr/share/fish/completions/xrdb.fish /usr/share/fish/completions/xreader.fish /usr/share/fish/completions/xsel.fish /usr/share/fish/completions/xsp.fish /usr/share/fish/completions/xsv.fish /usr/share/fish/completions/xterm.fish /usr/share/fish/completions/xviewer.fish /usr/share/fish/completions/xxd.fish /usr/share/fish/completions/xxh128sum.fish /usr/share/fish/completions/xxh32sum.fish /usr/share/fish/completions/xxh64sum.fish /usr/share/fish/completions/xxhsum.fish /usr/share/fish/completions/xz.fish /usr/share/fish/completions/yadm.fish /usr/share/fish/completions/yajsv.fish /usr/share/fish/completions/yaourt.fish /usr/share/fish/completions/yarn.fish /usr/share/fish/completions/yash.fish /usr/share/fish/completions/yast2.fish /usr/share/fish/completions/ykman.fish /usr/share/fish/completions/yo.fish /usr/share/fish/completions/yum.fish /usr/share/fish/completions/zabbix_agent2.fish /usr/share/fish/completions/zabbix_agentd.fish /usr/share/fish/completions/zabbix_get.fish /usr/share/fish/completions/zabbix_js.fish /usr/share/fish/completions/zabbix_proxy.fish /usr/share/fish/completions/zabbix_sender.fish /usr/share/fish/completions/zabbix_server.fish /usr/share/fish/completions/zabbix_web_service.fish /usr/share/fish/completions/zcat.fish /usr/share/fish/completions/zed-preview.fish /usr/share/fish/completions/zed.fish /usr/share/fish/completions/zef.fish /usr/share/fish/completions/zfs.fish /usr/share/fish/completions/zig.fish /usr/share/fish/completions/zip.fish /usr/share/fish/completions/zopfli.fish /usr/share/fish/completions/zopflipng.fish /usr/share/fish/completions/zpaq.fish /usr/share/fish/completions/zpool.fish /usr/share/fish/completions/zstd.fish /usr/share/fish/completions/zstdcat.fish /usr/share/fish/completions/zstdgrep.fish /usr/share/fish/completions/zstdless.fish /usr/share/fish/completions/zstdmt.fish /usr/share/fish/completions/zypper.fish /usr/share/fish/config.fish /usr/share/fish/functions /usr/share/fish/functions/N_.fish /usr/share/fish/functions/__fish_any_arg_in.fish /usr/share/fish/functions/__fish_anyeditor.fish /usr/share/fish/functions/__fish_anypager.fish /usr/share/fish/functions/__fish_anypython.fish /usr/share/fish/functions/__fish_append.fish /usr/share/fish/functions/__fish_apropos.fish /usr/share/fish/functions/__fish_argcomplete_complete.fish /usr/share/fish/functions/__fish_backup_config_files.fish /usr/share/fish/functions/__fish_cache_put.fish /usr/share/fish/functions/__fish_cache_sourced_completions.fish /usr/share/fish/functions/__fish_cached.fish /usr/share/fish/functions/__fish_cancel_commandline.fish /usr/share/fish/functions/__fish_canonicalize_builtin.fish /usr/share/fish/functions/__fish_change_key_bindings.fish /usr/share/fish/functions/__fish_cmd__complete_args.fish /usr/share/fish/functions/__fish_commandline_is_singlequoted.fish /usr/share/fish/functions/__fish_complete_atool_archive_contents.fish /usr/share/fish/functions/__fish_complete_bittorrent.fish /usr/share/fish/functions/__fish_complete_blockdevice.fish /usr/share/fish/functions/__fish_complete_cd.fish /usr/share/fish/functions/__fish_complete_clang.fish /usr/share/fish/functions/__fish_complete_command.fish /usr/share/fish/functions/__fish_complete_convert_options.fish /usr/share/fish/functions/__fish_complete_directories.fish /usr/share/fish/functions/__fish_complete_docutils.fish /usr/share/fish/functions/__fish_complete_freedesktop_icons.fish /usr/share/fish/functions/__fish_complete_ftp.fish /usr/share/fish/functions/__fish_complete_gpg.fish /usr/share/fish/functions/__fish_complete_gpg_key_id.fish /usr/share/fish/functions/__fish_complete_gpg_user_id.fish /usr/share/fish/functions/__fish_complete_group_ids.fish /usr/share/fish/functions/__fish_complete_groups.fish /usr/share/fish/functions/__fish_complete_job_pids.fish /usr/share/fish/functions/__fish_complete_list.fish /usr/share/fish/functions/__fish_complete_lpr.fish /usr/share/fish/functions/__fish_complete_lpr_option.fish /usr/share/fish/functions/__fish_complete_magick.fish /usr/share/fish/functions/__fish_complete_man.fish /usr/share/fish/functions/__fish_complete_mount_opts.fish /usr/share/fish/functions/__fish_complete_mysql.fish /usr/share/fish/functions/__fish_complete_netcat.fish /usr/share/fish/functions/__fish_complete_path.fish /usr/share/fish/functions/__fish_complete_pg_database.fish /usr/share/fish/functions/__fish_complete_pg_user.fish /usr/share/fish/functions/__fish_complete_pgrep.fish /usr/share/fish/functions/__fish_complete_pids.fish /usr/share/fish/functions/__fish_complete_ppp_peer.fish /usr/share/fish/functions/__fish_complete_proc.fish /usr/share/fish/functions/__fish_complete_ssh.fish /usr/share/fish/functions/__fish_complete_subcommand.fish /usr/share/fish/functions/__fish_complete_suffix.fish /usr/share/fish/functions/__fish_complete_user_at_hosts.fish /usr/share/fish/functions/__fish_complete_user_ids.fish /usr/share/fish/functions/__fish_complete_users.fish /usr/share/fish/functions/__fish_complete_wireshark.fish /usr/share/fish/functions/__fish_complete_zfs_mountpoint_properties.fish /usr/share/fish/functions/__fish_complete_zfs_pools.fish /usr/share/fish/functions/__fish_complete_zfs_ro_properties.fish /usr/share/fish/functions/__fish_complete_zfs_rw_properties.fish /usr/share/fish/functions/__fish_complete_zfs_write_once_properties.fish /usr/share/fish/functions/__fish_concat_completions.fish /usr/share/fish/functions/__fish_config_files.fish /usr/share/fish/functions/__fish_config_interactive.fish /usr/share/fish/functions/__fish_config_with_file.fish /usr/share/fish/functions/__fish_contains_opt.fish /usr/share/fish/functions/__fish_crux_packages.fish /usr/share/fish/functions/__fish_cursor_konsole.fish /usr/share/fish/functions/__fish_cursor_xterm.fish /usr/share/fish/functions/__fish_data_with_directory.fish /usr/share/fish/functions/__fish_describe_command.fish /usr/share/fish/functions/__fish_echo.fish /usr/share/fish/functions/__fish_edit_command_if_at_cursor.fish /usr/share/fish/functions/__fish_first_token.fish /usr/share/fish/functions/__fish_git_prompt.fish /usr/share/fish/functions/__fish_gnu_complete.fish /usr/share/fish/functions/__fish_hg_prompt.fish /usr/share/fish/functions/__fish_indent.fish /usr/share/fish/functions/__fish_is_first_arg.fish /usr/share/fish/functions/__fish_is_first_token.fish /usr/share/fish/functions/__fish_is_git_repository.fish /usr/share/fish/functions/__fish_is_nth_token.fish /usr/share/fish/functions/__fish_is_switch.fish /usr/share/fish/functions/__fish_is_token_n.fish /usr/share/fish/functions/__fish_is_zfs_feature_enabled.fish /usr/share/fish/functions/__fish_list_current_token.fish /usr/share/fish/functions/__fish_locale_vars.fish /usr/share/fish/functions/__fish_macos_set_env.fish /usr/share/fish/functions/__fish_make_cache_dir.fish /usr/share/fish/functions/__fish_make_completion_signals.fish /usr/share/fish/functions/__fish_man1_pages.fish /usr/share/fish/functions/__fish_man_page.fish /usr/share/fish/functions/__fish_md5.fish /usr/share/fish/functions/__fish_migrate.fish /usr/share/fish/functions/__fish_mktemp_relative.fish /usr/share/fish/functions/__fish_move_last.fish /usr/share/fish/functions/__fish_no_arguments.fish /usr/share/fish/functions/__fish_not_contain_opt.fish /usr/share/fish/functions/__fish_npm_helper.fish /usr/share/fish/functions/__fish_nth_token.fish /usr/share/fish/functions/__fish_number_of_cmd_args_wo_opts.fish /usr/share/fish/functions/__fish_paginate.fish /usr/share/fish/functions/__fish_parent_directories.fish /usr/share/fish/functions/__fish_paste.fish /usr/share/fish/functions/__fish_per_os_bind.fish /usr/share/fish/functions/__fish_posix_quote.fish /usr/share/fish/functions/__fish_posix_shell.fish /usr/share/fish/functions/__fish_prepend_sudo.fish /usr/share/fish/functions/__fish_prev_arg_in.fish /usr/share/fish/functions/__fish_preview_current_file.fish /usr/share/fish/functions/__fish_print_VBox_vms.fish /usr/share/fish/functions/__fish_print_addresses.fish /usr/share/fish/functions/__fish_print_apt_packages.fish /usr/share/fish/functions/__fish_print_cmd_args.fish /usr/share/fish/functions/__fish_print_cmd_args_without_options.fish /usr/share/fish/functions/__fish_print_commands.fish /usr/share/fish/functions/__fish_print_debian_apache_confs.fish /usr/share/fish/functions/__fish_print_debian_apache_mods.fish /usr/share/fish/functions/__fish_print_debian_apache_sites.fish /usr/share/fish/functions/__fish_print_encodings.fish /usr/share/fish/functions/__fish_print_eopkg_packages.fish /usr/share/fish/functions/__fish_print_filesystems.fish /usr/share/fish/functions/__fish_print_gpg_algo.fish /usr/share/fish/functions/__fish_print_groups.fish /usr/share/fish/functions/__fish_print_help.fish /usr/share/fish/functions/__fish_print_hostnames.fish /usr/share/fish/functions/__fish_print_interfaces.fish /usr/share/fish/functions/__fish_print_lpr_options.fish /usr/share/fish/functions/__fish_print_lpr_printers.fish /usr/share/fish/functions/__fish_print_modules.fish /usr/share/fish/functions/__fish_print_mounted.fish /usr/share/fish/functions/__fish_print_opkg_packages.fish /usr/share/fish/functions/__fish_print_packages.fish /usr/share/fish/functions/__fish_print_pacman_packages.fish /usr/share/fish/functions/__fish_print_pacman_repos.fish /usr/share/fish/functions/__fish_print_pipestatus.fish /usr/share/fish/functions/__fish_print_pkg_add_packages.fish /usr/share/fish/functions/__fish_print_pkg_packages.fish /usr/share/fish/functions/__fish_print_port_packages.fish /usr/share/fish/functions/__fish_print_portage_available_pkgs.fish /usr/share/fish/functions/__fish_print_portage_installed_pkgs.fish /usr/share/fish/functions/__fish_print_portage_packages.fish /usr/share/fish/functions/__fish_print_portage_repository_paths.fish /usr/share/fish/functions/__fish_print_rpm_packages.fish /usr/share/fish/functions/__fish_print_service_names.fish /usr/share/fish/functions/__fish_print_svn_rev.fish /usr/share/fish/functions/__fish_print_users.fish /usr/share/fish/functions/__fish_print_windows_drives.fish /usr/share/fish/functions/__fish_print_windows_users.fish /usr/share/fish/functions/__fish_print_xbps_packages.fish /usr/share/fish/functions/__fish_print_xdg_applications_directories.fish /usr/share/fish/functions/__fish_print_xdg_mimetypes.fish /usr/share/fish/functions/__fish_print_xwindows.fish /usr/share/fish/functions/__fish_print_zfs_snapshots.fish /usr/share/fish/functions/__fish_protontricks_complete_appid.fish /usr/share/fish/functions/__fish_ps.fish /usr/share/fish/functions/__fish_pwd.fish /usr/share/fish/functions/__fish_reg__complete_keys.fish /usr/share/fish/functions/__fish_seen_argument.fish /usr/share/fish/functions/__fish_seen_subcommand_from.fish /usr/share/fish/functions/__fish_set_locale.fish /usr/share/fish/functions/__fish_shared_key_bindings.fish /usr/share/fish/functions/__fish_should_complete_switches.fish /usr/share/fish/functions/__fish_svn_prompt.fish /usr/share/fish/functions/__fish_systemctl.fish /usr/share/fish/functions/__fish_systemctl_services.fish /usr/share/fish/functions/__fish_systemd_machine_images.fish /usr/share/fish/functions/__fish_systemd_machines.fish /usr/share/fish/functions/__fish_theme_cat.fish /usr/share/fish/functions/__fish_theme_dir.fish /usr/share/fish/functions/__fish_theme_export_for_webconfig.fish /usr/share/fish/functions/__fish_theme_for_each.fish /usr/share/fish/functions/__fish_theme_freeze.fish /usr/share/fish/functions/__fish_theme_names.fish /usr/share/fish/functions/__fish_theme_paths.fish /usr/share/fish/functions/__fish_theme_variable_filter.fish /usr/share/fish/functions/__fish_theme_variables.fish /usr/share/fish/functions/__fish_toggle_comment_commandline.fish /usr/share/fish/functions/__fish_tokenizer_state.fish /usr/share/fish/functions/__fish_tried_to_embed_manpages.fish /usr/share/fish/functions/__fish_uname.fish /usr/share/fish/functions/__fish_unexpand_tilde.fish /usr/share/fish/functions/__fish_use_subcommand.fish /usr/share/fish/functions/__fish_vcs_prompt.fish /usr/share/fish/functions/__fish_webconfig_update_color_hook.fish /usr/share/fish/functions/__fish_whatis.fish /usr/share/fish/functions/__fish_whatis_current_token.fish /usr/share/fish/functions/__fish_with_status.fish /usr/share/fish/functions/__fish_without_manpager.fish /usr/share/fish/functions/__ssh_history_completions.fish /usr/share/fish/functions/__terlar_git_prompt.fish /usr/share/fish/functions/_validate_int.fish /usr/share/fish/functions/abbr.fish /usr/share/fish/functions/alias.fish /usr/share/fish/functions/cd.fish /usr/share/fish/functions/cdh.fish /usr/share/fish/functions/contains_seq.fish /usr/share/fish/functions/diff.fish /usr/share/fish/functions/dirh.fish /usr/share/fish/functions/dirs.fish /usr/share/fish/functions/down-or-search.fish /usr/share/fish/functions/edit_command_buffer.fish /usr/share/fish/functions/export.fish /usr/share/fish/functions/fish_add_path.fish /usr/share/fish/functions/fish_breakpoint_prompt.fish /usr/share/fish/functions/fish_clipboard_copy.fish /usr/share/fish/functions/fish_clipboard_paste.fish /usr/share/fish/functions/fish_command_not_found.fish /usr/share/fish/functions/fish_commandline_append.fish /usr/share/fish/functions/fish_commandline_prepend.fish /usr/share/fish/functions/fish_config.fish /usr/share/fish/functions/fish_default_key_bindings.fish /usr/share/fish/functions/fish_default_mode_prompt.fish /usr/share/fish/functions/fish_delta.fish /usr/share/fish/functions/fish_fossil_prompt.fish /usr/share/fish/functions/fish_git_prompt.fish /usr/share/fish/functions/fish_greeting.fish /usr/share/fish/functions/fish_hg_prompt.fish /usr/share/fish/functions/fish_hybrid_key_bindings.fish /usr/share/fish/functions/fish_in_macos_terminal.fish /usr/share/fish/functions/fish_is_root_user.fish /usr/share/fish/functions/fish_jj_prompt.fish /usr/share/fish/functions/fish_job_summary.fish /usr/share/fish/functions/fish_mode_prompt.fish /usr/share/fish/functions/fish_opt.fish /usr/share/fish/functions/fish_print_git_action.fish /usr/share/fish/functions/fish_print_hg_root.fish /usr/share/fish/functions/fish_prompt.fish /usr/share/fish/functions/fish_status_to_signal.fish /usr/share/fish/functions/fish_svn_prompt.fish /usr/share/fish/functions/fish_title.fish /usr/share/fish/functions/fish_update_completions.fish /usr/share/fish/functions/fish_vcs_prompt.fish /usr/share/fish/functions/fish_vi_cursor.fish /usr/share/fish/functions/fish_vi_key_bindings.fish /usr/share/fish/functions/funced.fish /usr/share/fish/functions/funcsave.fish /usr/share/fish/functions/grep.fish /usr/share/fish/functions/help.fish /usr/share/fish/functions/history.fish /usr/share/fish/functions/isatty.fish /usr/share/fish/functions/la.fish /usr/share/fish/functions/ll.fish /usr/share/fish/functions/ls.fish /usr/share/fish/functions/man.fish /usr/share/fish/functions/nextd-or-forward-token.fish /usr/share/fish/functions/nextd.fish /usr/share/fish/functions/open.fish /usr/share/fish/functions/popd.fish /usr/share/fish/functions/prevd-or-backward-token.fish /usr/share/fish/functions/prevd.fish /usr/share/fish/functions/prompt_hostname.fish /usr/share/fish/functions/prompt_login.fish /usr/share/fish/functions/prompt_pwd.fish /usr/share/fish/functions/psub.fish /usr/share/fish/functions/pushd.fish /usr/share/fish/functions/realpath.fish /usr/share/fish/functions/seq.fish /usr/share/fish/functions/setenv.fish /usr/share/fish/functions/suspend.fish /usr/share/fish/functions/trap.fish /usr/share/fish/functions/umask.fish /usr/share/fish/functions/up-or-search.fish /usr/share/fish/functions/vared.fish /usr/share/fish/man /usr/share/fish/man/man1 /usr/share/fish/man/man1/_.1.gz /usr/share/fish/man/man1/abbr.1.gz /usr/share/fish/man/man1/alias.1.gz /usr/share/fish/man/man1/and.1.gz /usr/share/fish/man/man1/argparse.1.gz /usr/share/fish/man/man1/begin.1.gz /usr/share/fish/man/man1/bg.1.gz /usr/share/fish/man/man1/bind.1.gz /usr/share/fish/man/man1/block.1.gz /usr/share/fish/man/man1/break.1.gz /usr/share/fish/man/man1/breakpoint.1.gz /usr/share/fish/man/man1/builtin.1.gz /usr/share/fish/man/man1/case.1.gz /usr/share/fish/man/man1/cd.1.gz /usr/share/fish/man/man1/cdh.1.gz /usr/share/fish/man/man1/command.1.gz /usr/share/fish/man/man1/commandline.1.gz /usr/share/fish/man/man1/complete.1.gz /usr/share/fish/man/man1/contains.1.gz /usr/share/fish/man/man1/continue.1.gz /usr/share/fish/man/man1/count.1.gz /usr/share/fish/man/man1/dirh.1.gz /usr/share/fish/man/man1/dirs.1.gz /usr/share/fish/man/man1/disown.1.gz /usr/share/fish/man/man1/echo.1.gz /usr/share/fish/man/man1/else.1.gz /usr/share/fish/man/man1/emit.1.gz /usr/share/fish/man/man1/end.1.gz /usr/share/fish/man/man1/eval.1.gz /usr/share/fish/man/man1/exec.1.gz /usr/share/fish/man/man1/exit.1.gz /usr/share/fish/man/man1/export.1.gz /usr/share/fish/man/man1/false.1.gz /usr/share/fish/man/man1/fg.1.gz /usr/share/fish/man/man1/fish-completions.1.gz /usr/share/fish/man/man1/fish-doc.1.gz /usr/share/fish/man/man1/fish-faq.1.gz /usr/share/fish/man/man1/fish-for-bash-users.1.gz /usr/share/fish/man/man1/fish-interactive.1.gz /usr/share/fish/man/man1/fish-language.1.gz /usr/share/fish/man/man1/fish-prompt-tutorial.1.gz /usr/share/fish/man/man1/fish-releasenotes.1.gz /usr/share/fish/man/man1/fish-terminal-compatibility.1.gz /usr/share/fish/man/man1/fish-tutorial.1.gz /usr/share/fish/man/man1/fish.1.gz /usr/share/fish/man/man1/fish_add_path.1.gz /usr/share/fish/man/man1/fish_breakpoint_prompt.1.gz /usr/share/fish/man/man1/fish_clipboard_copy.1.gz /usr/share/fish/man/man1/fish_clipboard_paste.1.gz /usr/share/fish/man/man1/fish_command_not_found.1.gz /usr/share/fish/man/man1/fish_config.1.gz /usr/share/fish/man/man1/fish_default_key_bindings.1.gz /usr/share/fish/man/man1/fish_delta.1.gz /usr/share/fish/man/man1/fish_git_prompt.1.gz /usr/share/fish/man/man1/fish_greeting.1.gz /usr/share/fish/man/man1/fish_hg_prompt.1.gz /usr/share/fish/man/man1/fish_indent.1.gz /usr/share/fish/man/man1/fish_is_root_user.1.gz /usr/share/fish/man/man1/fish_key_reader.1.gz /usr/share/fish/man/man1/fish_mode_prompt.1.gz /usr/share/fish/man/man1/fish_opt.1.gz /usr/share/fish/man/man1/fish_prompt.1.gz /usr/share/fish/man/man1/fish_right_prompt.1.gz /usr/share/fish/man/man1/fish_should_add_to_history.1.gz /usr/share/fish/man/man1/fish_status_to_signal.1.gz /usr/share/fish/man/man1/fish_svn_prompt.1.gz /usr/share/fish/man/man1/fish_tab_title.1.gz /usr/share/fish/man/man1/fish_title.1.gz /usr/share/fish/man/man1/fish_update_completions.1.gz /usr/share/fish/man/man1/fish_vcs_prompt.1.gz /usr/share/fish/man/man1/fish_vi_key_bindings.1.gz /usr/share/fish/man/man1/for.1.gz /usr/share/fish/man/man1/funced.1.gz /usr/share/fish/man/man1/funcsave.1.gz /usr/share/fish/man/man1/function.1.gz /usr/share/fish/man/man1/functions.1.gz /usr/share/fish/man/man1/help.1.gz /usr/share/fish/man/man1/history.1.gz /usr/share/fish/man/man1/if.1.gz /usr/share/fish/man/man1/isatty.1.gz /usr/share/fish/man/man1/jobs.1.gz /usr/share/fish/man/man1/math.1.gz /usr/share/fish/man/man1/nextd.1.gz /usr/share/fish/man/man1/not.1.gz /usr/share/fish/man/man1/open.1.gz /usr/share/fish/man/man1/or.1.gz /usr/share/fish/man/man1/path.1.gz /usr/share/fish/man/man1/popd.1.gz /usr/share/fish/man/man1/prevd.1.gz /usr/share/fish/man/man1/printf.1.gz /usr/share/fish/man/man1/prompt_hostname.1.gz /usr/share/fish/man/man1/prompt_login.1.gz /usr/share/fish/man/man1/prompt_pwd.1.gz /usr/share/fish/man/man1/psub.1.gz /usr/share/fish/man/man1/pushd.1.gz /usr/share/fish/man/man1/pwd.1.gz /usr/share/fish/man/man1/random.1.gz /usr/share/fish/man/man1/read.1.gz /usr/share/fish/man/man1/return.1.gz /usr/share/fish/man/man1/set.1.gz /usr/share/fish/man/man1/set_color.1.gz /usr/share/fish/man/man1/source.1.gz /usr/share/fish/man/man1/status.1.gz /usr/share/fish/man/man1/string-collect.1.gz /usr/share/fish/man/man1/string-escape.1.gz /usr/share/fish/man/man1/string-join.1.gz /usr/share/fish/man/man1/string-join0.1.gz /usr/share/fish/man/man1/string-length.1.gz /usr/share/fish/man/man1/string-lower.1.gz /usr/share/fish/man/man1/string-match.1.gz /usr/share/fish/man/man1/string-pad.1.gz /usr/share/fish/man/man1/string-repeat.1.gz /usr/share/fish/man/man1/string-replace.1.gz /usr/share/fish/man/man1/string-shorten.1.gz /usr/share/fish/man/man1/string-split.1.gz /usr/share/fish/man/man1/string-split0.1.gz /usr/share/fish/man/man1/string-sub.1.gz /usr/share/fish/man/man1/string-trim.1.gz /usr/share/fish/man/man1/string-unescape.1.gz /usr/share/fish/man/man1/string-upper.1.gz /usr/share/fish/man/man1/string.1.gz /usr/share/fish/man/man1/suspend.1.gz /usr/share/fish/man/man1/switch.1.gz /usr/share/fish/man/man1/test.1.gz /usr/share/fish/man/man1/time.1.gz /usr/share/fish/man/man1/trap.1.gz /usr/share/fish/man/man1/true.1.gz /usr/share/fish/man/man1/type.1.gz /usr/share/fish/man/man1/ulimit.1.gz /usr/share/fish/man/man1/umask.1.gz /usr/share/fish/man/man1/vared.1.gz /usr/share/fish/man/man1/wait.1.gz /usr/share/fish/man/man1/while.1.gz /usr/share/fish/prompts /usr/share/fish/prompts/acidhub.fish /usr/share/fish/prompts/arrow.fish /usr/share/fish/prompts/astronaut.fish /usr/share/fish/prompts/default.fish /usr/share/fish/prompts/disco.fish /usr/share/fish/prompts/informative.fish /usr/share/fish/prompts/informative_vcs.fish /usr/share/fish/prompts/minimalist.fish /usr/share/fish/prompts/nim.fish /usr/share/fish/prompts/pythonista.fish /usr/share/fish/prompts/scales.fish /usr/share/fish/prompts/simple.fish /usr/share/fish/prompts/terlar.fish /usr/share/fish/themes /usr/share/fish/themes/ayu-mirage.theme /usr/share/fish/themes/ayu.theme /usr/share/fish/themes/base16-default.theme /usr/share/fish/themes/base16-eighties.theme /usr/share/fish/themes/bay-cruise.theme /usr/share/fish/themes/catppuccin-frappe.theme /usr/share/fish/themes/catppuccin-macchiato.theme /usr/share/fish/themes/catppuccin-mocha.theme /usr/share/fish/themes/coolbeans.theme /usr/share/fish/themes/default-rgb.theme /usr/share/fish/themes/default.theme /usr/share/fish/themes/dracula.theme /usr/share/fish/themes/fairground.theme /usr/share/fish/themes/just-a-touch.theme /usr/share/fish/themes/lava.theme /usr/share/fish/themes/mono-lace.theme /usr/share/fish/themes/mono-smoke.theme /usr/share/fish/themes/none.theme /usr/share/fish/themes/nord.theme /usr/share/fish/themes/old-school.theme /usr/share/fish/themes/seaweed.theme /usr/share/fish/themes/snow-day.theme /usr/share/fish/themes/solarized.theme /usr/share/fish/themes/tomorrow-night-bright.theme /usr/share/fish/themes/tomorrow.theme /usr/share/fish/tools /usr/share/fish/tools/create_manpage_completions.py /usr/share/fish/tools/web_config /usr/share/fish/tools/web_config/favicon.png /usr/share/fish/tools/web_config/fishconfig.css /usr/share/fish/tools/web_config/fishconfig_print.css /usr/share/fish/tools/web_config/index.html /usr/share/fish/tools/web_config/js /usr/share/fish/tools/web_config/js/alpine.js /usr/share/fish/tools/web_config/js/colorutils.js /usr/share/fish/tools/web_config/js/main.js /usr/share/fish/tools/web_config/webconfig.py /usr/share/fish/vendor_completions.d /usr/share/fish/vendor_conf.d /usr/share/fish/vendor_functions.d /usr/share/licenses/fish /usr/share/licenses/fish/COPYING /usr/share/licenses/fish/license.rst /usr/share/man/man1/fish-completions.1.gz /usr/share/man/man1/fish-doc.1.gz /usr/share/man/man1/fish-faq.1.gz /usr/share/man/man1/fish-for-bash-users.1.gz /usr/share/man/man1/fish-interactive.1.gz /usr/share/man/man1/fish-language.1.gz /usr/share/man/man1/fish-prompt-tutorial.1.gz /usr/share/man/man1/fish-terminal-compatibility.1.gz /usr/share/man/man1/fish-tutorial.1.gz /usr/share/man/man1/fish.1.gz /usr/share/man/man1/fish_indent.1.gz /usr/share/man/man1/fish_key_reader.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Apr 21 22:32:08 2026