Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

fish-3.7.0-bp156.1.1 RPM for ppc64le

From OpenSuSE Leap 15.6 for ppc64le

Name: fish Distribution: SUSE Linux Enterprise 15 SP6
Version: 3.7.0 Vendor: openSUSE
Release: bp156.1.1 Build date: Wed Mar 27 16:49:45 2024
Group: System/Shells Build host: obs-power8-05
Size: 18415175 Source RPM: fish-3.7.0-bp156.1.1.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.

Provides

Requires

License

GPL-2.0-only AND BSD-3-Clause AND ISC AND LGPL-2.0-or-later AND MIT AND PSF-2.0

Changelog

* 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
* Fri Jul 22 2022 Dirk Müller <dmueller@suse.com>
  - update to 3.5.1:
    * Cursor shaping for Vi mode is enabled by default in tmux,
      and will be used if the outer terminal is capable
    * ``printf`` returns a better error when used with arguments
      interpreted as octal numbers
    * ``history merge`` when in private mode is now an error,
      rather than wiping out other sessions' history
    * The error message when launching a command that is built
      for the wrong architecture on macOS is more helpful
  - setup fish.keyring
* Mon Jul 11 2022 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
  - version update to 3.5.0
    * A new path builtin command to filter and transform paths (#7659, #8958).
    * Tab (or any key bound to complete) now expands wildcards instead of
      invoking completions, if there is a wildcard in the path component under
      the cursor (#954, #8593).
    * Scripts can now catch and handle the SIGINT and SIGTERM signals, either via
      function --on-signal or with trap (#6649).
    * see https://github.com/fish-shell/fish-shell/releases/tag/3.5.0
      for more details
* Wed Apr 06 2022 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
  - version update to 3.4.1
    * An error printed after upgrading, where old instances could pick up a newer
      version of the fish_title function, has been fixed (#8778)
    * fish builds correctly on NetBSD (#8788) and OpenIndiana (#8780).
    * nextd-or-forward-word, bound to Alt-Right Arrow by default, was
      inadvertently changed to move like forward-bigword. This has been
      corrected (#8790).
    * funcsave -q and funcsave --quiet now work correctly (#8830).
    * Issues with the csharp and nmcli completions were corrected.
    * see https://github.com/fish-shell/fish-shell/releases/tag/3.4.1
      for more details
  - Drop 8784-old-school-cmd-subst.patch: merged upstream
* Mon Mar 21 2022 Matej Cepl <mcepl@suse.com>
  - Add 8784-old-school-cmd-subst.patch fixing fish_title.fish
* Wed Mar 16 2022 pgajdos@suse.com
  - version update to 3.4.0
    * fish’s command substitution syntax has been extended: $(cmd) now
      has the same meaning as (cmd) but it can be used inside double
      quotes, to prevent line splitting of the results (#159)
    * Complementing the prompt command in 3.3.0, fish_config gained
      a theme subcommand to show and pick from the sample themes
      (meaning color schemes) directly in the terminal, instead of
      having to open a Web browser.
    * set and read learned a new option, --function, to set a variable
      in the function’s top scope. This should be a more familiar way
      of scoping variables and avoids issues with --local, which is
      actually block-scoped (#565, #8145)
    * string pad now excludes escape sequences like colors that fish
      knows about, and a new --visible flag to string length makes
      it use that kind of visible width. This is useful to get the
      number of terminal cells an already colored string would occupy,
      like in a prompt. (#8182, #7784, #4012)
    * Performance improvements to globbing, especially on systems
      using glibc. In some cases (large directories with files with
      many numbers in the names) this almost halves the time taken
      to expand the glob.
    * Autosuggestions can now be turned off by setting
      $fish_autosuggestion_enabled to 0, and (almost) all highlighting
      can be turned off by choosing the new “None” theme. The exception
      is necessary colors, like those which distinguish autosuggestions
      from the actual command line. (#8376)
    * The fish_git_prompt function, which is included in the default
      prompts, now overrides git to avoid running commands set by
      per-repository configuration. This avoids a potential security
      issue in some circumstances, and has been assigned CVE-2022-20001
      (#8589). [bsc#1197139]
    * see https://github.com/fish-shell/fish-shell/releases/tag/3.4.0
      for more details
* Fri Feb 25 2022 Matej Cepl <mcepl@suse.com>
  - We don't need to remove unnecessary completions (curl and pyenv
    in this case), the ones in /usr/share/fish/vendor_completions.d
    have precedence. Now just to make all other packages put theirs
    in the right location!
* Thu Sep 02 2021 Victorhck <victorhck@opensuse.org>
  - Update to 3.3.1:
    * The prompt and command line are redrawn correctly in response to universal variable changes.
    * A superfluous error that was produced when setting the PATH or CDPATH environment variables to include colon-delimited components that do not exist was removed.
    * The Vi mode indicator in the prompt is repainted correctly after Ctrl-C cancels the current command.
* Sun Apr 18 2021 Avindra Goolcharan <avindra@opensuse.org>
  - Update to 3.2.2:
    * Background jobs no longer interfere with syntax highlighting (fish 3.2.1 regression)
    * The command-not-found handler used suggestions from pacman on Arch
      Linux, but this caused major slowdowns on some systems and has been disabled
    * Certain programs (such as lazygit) could create situations where
      fish would not receive keystrokes correctly, but it is now more
      robust in these situations
    * Completions for aura and tshark should no longer produce errors.
    * fish will no longer hang on exit if another process is in the foreground
      on macOS
    * Arguments longer than 1024 characters no longer trigger excessive
      CPU usage on macOS
* Thu Mar 18 2021 Avindra Goolcharan <avindra@opensuse.org>
  -  Update to 3.2.1:
    * Commands in key bindings are run with fish's internal terminal
      modes, instead of the terminal modes typically used for commands.
      This fixes a bug introduced in 3.2.0, where text would unexpectedly
      appear on the terminal, especially when pasting
    * Prompts which use the internal __fish_print_pipestatus function will
      display correctly rather than carrying certain modifiers (such as
      bold) further than intended
    * Redirections to internal file descriptors is allowed again, reversing
      the changes in 3.2.0. This fixes a problem with Midnight Commander
    * Universal variables should be fully reliable regardless of operating
      system again
    * fish_git_prompt no longer causes screen flickering in certain terminals
    * fish_add_path manipulates the fish_user_paths variable correctly
      when moving multiple paths
    * Pasting with a multi-line command no longer causes
      __fish_tokenizer_state error
    * psub inside event handlers cleans up temporary files properly
    * Event handlers declared with --on-job-exit $fish_pid no longer run
      constantly, although these functions should use --on-event fish_exit
      instead.
    * Changing terminal modes inside config.fish works
    * set_color --print-colors no longer prints all colors in bold
    * Completing commands starting with a - no longer prints an error
    * Running fish_command_not_found directly no longer produces an error
      on macOS or other OSes which do not have a handler available
    * The new type builtin now has the (deprecated) --quiet long form of -q
    * help and fish_config work correctly when fish is running in a Chrome
      OS Crostini Linux VM
    * The history file can be made a symbolic link without it being overwritten,
      matching a similar improvement for the universal variable file in 3.2.0.
    * An unhelpful error ("access: No error"), seen on Cygwin, is no longer produced
    * Improvements to the rsync completions, some completion descriptions,
      and completions that use IP address
    * Improvements to the appearance of fish_config
  - explicitly list binaries in spec file
* Tue Mar 09 2021 Samu Voutilainen <smar@smar.fi>
  - Define GenericName and proper category in fish.desktop
* Mon Mar 01 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.2.0:
    * Undo and redo support for the command-line editor and pager search
    * Builtins can now output before all data is read
    * Prompts will now be truncated instead of replaced with "> "
    * Better errors with "test"
    * A new theme for the documentation and Web-based configuration
    * fish --no-execute will no longer complain about unknown commands
      or non-matching wildcards
    * string match --regex now integrates named PCRE2 capture groups
      as fish variables
    * Globs and other expansions are limited to 512,288 results
    * A new "fish for bash users" documentation page gives a quick overview
      of the scripting differences between bash and fish
    * Range limits in index range expansions like $x[$start..$end]
      may be omitted: $start and $end default to 1 and -1
    * the type, _ (gettext), . (source) and : (no-op) functions
      are now implemented builtins for performance purposes
    * The output for set --show has been shortened
    * string sub has a new --end option to specify the end index of
      a substring
    * string trim now also trims vertical tabs by default
    * string repeat now handles multiple arguments, repeating each one
    * The true and false builtins ignore any arguments
    * status gained new dirname and basename convenience subcommands
    * jobs now shows continued child processes correctly
    * A new fish_status_to_signal function for transforming exit statuses
      to signal names has been added
    * fish -c now reads the remaining arguments into $argv
    * The pwd command supports the long options --logical and --physical
    * https://github.com/fish-shell/fish-shell/releases/tag/3.2.0
  - Remove fix-pc-file-paths.patch
* Mon Feb 08 2021 Simon Lees <sflees@suse.de>
  - pc file contained references to /usr/local (boo#1181888)
    * fix-pc-file-paths.patch - Already fixed upstream
* Sun Aug 09 2020 Sam Yu <ytz1995@hotmail.com>
  - Fix empty output of fish builtin help
* Thu Apr 30 2020 Michael Vetter <mvetter@suse.com>
  - Update to 3.1.2:
    * Commands such as fzf and enhancd, when used with eval, would
      hang. eval buffered output too aggressively, which has been
    fixed (#6955).
  - Changes in 3.1.2:
    * Commands which involve . ( ... | psub) now work correctly, as
      a bug in the function --on-job-exit option has been fixed (#6613).
    * Conflicts between upstream packages for ripgrep and bat, and the
      fish packages, have been resolved (#5822).
    * Starting fish in a directory without read access, such as via
      su, no longer crashes (#6597).
    * Glob ordering changes which were introduced in 3.1.0 have been
      reverted, returning the order of globs to the previous state (#6593).
    * Redirections using the deprecated caret syntax to a file
      descriptor (eg ^&2) work correctly (#6591).
    * Redirections that append to a file descriptor (eg 2>>&1)
      work correctly (#6614).
    * Building fish on macOS (#6602) or with new versions of GCC
      (#6604, #6609) is now successful.
    * time is now correctly listed in the output of builtin -n,
      and time --help works correctly (#6598).
    * Exported universal variables now update properly (#6612).
    * status current-command gives the expected output when used
      with an environment override - that is, F=B status current-command
      returns status instead of F=B (#6635).
    * test no longer crashes when used with "nan" or "inf" arguments,
      erroring out instead (#6655).
    * Copying from the end of the command line no longer crashes
      fish (#6680).
    * read no longer removes multiple separators when splitting a
      variable into a list, restoring the previous behaviour from fish
      3.0 and before (#6650).
    * Functions using --on-job-exit and --on-process-exit work
      reliably again (#6679).
    * Functions using --on-signal INT work reliably in interactive
      sessions, as they did in fish 2.7 and before (#6649). These handlers
      have never worked in non-interactive sessions, and making them
      work is an ongoing process.
    * Functions using --on-variable work reliably with variables which
      are set implicitly (rather than with set), such as
      "fish_bind_mode" and "PWD" (#6653).
    * 256 colors are properly enabled under certain conditions that were
      incorrectly detected in fish 3.1.0 ($TERM begins with xterm, does
      not include "256color", and $TERM_PROGRAM is not set) (#6701).
    * The Mercurial (hg) prompt no longer produces an error when the
      current working directory is removed (#6699). Also, for performance
      reasons it shows only basic information by default; to restore the
      detailed status, set $fish_prompt_hg_show_informative_status.
    * The VCS prompt, fish_vcs_prompt, no longer displays Subversion (svn)
      status by default, due to the potential slowness of this operation (#6681).
    * Pasting of commands has been sped up (#6713).
    * Using extended Unicode characters, such as emoji, in a non-Unicode
      capable locale (such as the C or POSIX locale) no longer renders
      all output blank (#6736).
    * help prefers to use xdg-open, avoiding the use of open on Debian
      systems where this command is actually openvt (#6739).
    * Command lines starting with a space, which are not saved in history,
      now do not get autosuggestions. This fixes an issue with Midnight
      Commander integration (#6763), but may be changed in a future version.
    * Copying to the clipboard no longer inserts a newline at the end of the
      content, matching fish 2.7 and earlier (#6927).
    * fzf in complex pipes no longer hangs. More generally, code run as
      part of command substitutions or eval will no longer have separate
      process groups. (#6624, #6806).
  - Remove fix-gcc10-build.patch: upstreamed
* Tue Mar 31 2020 Antonio Larrosa <alarrosa@suse.com>
  - Don't require python3 at all, it's only used for tests but there's
    no %check section.
* Tue Mar 31 2020 Simon Lees <sflees@suse.de>
  - Fix build with gcc10 fix-gcc10-build.patch (boo#1167862)
  - Use python3 rather then python2
* Mon Mar 16 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.1.0
    * A new $pipestatus variable contains a list of exit statuses
    of the previous job, for each of the separate commands in a pipeline
    * fish no longer buffers pipes to the last function in a pipeline,
    improving many cases where pipes appeared to block or hang
    * cd now always looks for its argument in the current directory as a
    last resort, even if the CDPATH variable does not include it or "."
    * fish's debugging arguments have been significantly improved
    * new builtin command, time, which allows timing of fish functions
    and builtins as well as external commands
    * Brace expansion now only takes place if the braces include a "," or
    a variable expansion, meaning common commands such as
    git reset HEAD@{0} do not require escaping
    * many other fixes and improvements
* Wed Apr 10 2019 Simon Lees <sflees@suse.de>
  - Drop the curl compilations, the curl package now provides a
    better version.
* Sun Feb 24 2019 seanlew@opensuse.org
  - Update to 3.0.2
    * The PWD environment variable is now ignored when it should be
* Mon Feb 18 2019 seanlew@opensuse.org
  - Update to 3.0.1
    * exec does not complain about running foreground jobs (#5449)
    * while loops now evaluate to the last executed command (#4982)
    * The error when a command is not found is now a single time (#5588)
    * Significant perf improvements to core shell (#5447)
    * Starting in symlinked working directories works (#5525)
    * The nim prompt now works correctly in web-based config (#5490)
    * Killing the term while fish is in vi normal mode fixed (#5528)
    * Misc crash fixes (#5550,#5548, #5479, #5453)
* Sat Dec 29 2018 sean@suspend.net
  - Update to 3.0.0
    * Process and job expansion has largely been removed
    * A literal {} now expands to itself, rather than nothing
    * Literally accessing a zeor-index is now illegal syntax
    * for loop variables are no longer local to the for block
    * Local exported (set -1x) vars are now visible to functions
    * The new math builtin does not support logical expressions
    * fish now supports && || and ! for better migration from POSIX
    * Variables may be used as commanes (#154)
    * fish may be started in private mode via fish --private
    * A new wait command for waiting on backgrounded processes
    * math is now a builtin wrather than a wrapper around bc (#3157)
    * while sets $status to a non-zero value if the loop is not exec'd (#4982)
    * Command sub output now limited to 10MB by default
    * The machine hostname is now exposed as the $hostname reserved variable
    * Bare bind invocations in config.fish now work
* Thu Apr 12 2018 jengelh@inai.de
  - Trim some bias from description.
  - Anchor grep patterns in %post(un) so that it does not erroneously
    match other lines.
* Sat Mar 31 2018 avindra@opensuse.org
  - Update to 2.7.1
    * macos specific fix for iTerm2
  - cleanup with spec-cleaner
  - use https URL
  - rpmlint: fix E: devel-file-in-non-devel-package
  - rpmlint: fix E: env-script-interpreter
* Fri Jan 05 2018 sflees@suse.de
  - Don't Require python-curses its not needed or used
* Sat Nov 25 2017 jaime.marquinez.ferrandiz@fastmail.net
  - Update to 2.7.0. Notable improvements:
    * A new cdh (change directory using recent history) command provides a more
      friendly alternative to prevd/nextd and pushd/popd (#2847).
    * A new argparse command is available to allow fish script to parse arguments
      with the same behavior as builtin commands. This also includes the fish_opt helper command. (#4190).
    * Invalid array indexes are now silently ignored (#826, #4127).
    * Improvements to the debugging facility, including a prompt specific to the
      debugger (fish_breakpoint_prompt) and a status is-breakpoint subcommand (#1310).
    * string supports new lower and upper subcommands, for altering the case of
      strings (#4080). The case changing is not locale-aware yet.
    * string escape has a new --style=xxx flag where xxx can be script, var,
      or url (#4150), and can be reversed with string unescape (#3543).
    * History can now be split into sessions with the fish_history variable,
      or not saved to disk at all (#102).
    * Read history is now controlled by the fish_history variable rather than
      the --mode-name flag (#1504).
    * command now supports an --all flag to report all directories with the
      command. which is no longer a runtime dependency (#2778).
    * fish can run commands before starting an interactive session using the new
    - -init-command/-C options (#4164).
    * set has a new --show option to show lots of information about variables
      (#4265).
    * Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.7.0
* Wed Jun 07 2017 vilene@posteo.net
  - Update to 2.6.0. Notable fixes and improvements:
    * Jobs running in the background can now be removed from the list of jobs
      with the new disown builtin, which behaves like the same command in other
      shells (#2810).
    * Command substitutions now have access to the terminal, like in other
      shells. This allows tools like fzf to work properly (#1362, #3922).
    * In cases where the operating system does not report the size of the
      terminal, the COLUMNS and LINES environment variables are used; if they
      are unset, a default of 80x24 is assumed.
    * New French (#3772 & #3788) and improved German (#3834) translations.
    * fish no longer depends on the which external command.
    * Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.6.0
* Fri Feb 03 2017 sflees@suse.de
  - Update to 2.5.0
    Notable fixes and improvements
    * alias, run without options or arguments, lists all defined aliases, and
      aliases now include a description in the function signature that identifies
      them.
    * complete accepts empty strings as descriptions (#3557).
    * command accepts -q/--quiet in combination with --search (#3591), providing
      a simple way of checking whether a command exists in scripts.
    * Abbreviations can now be renamed with abbr --rename OLD_KEY NEW_KEY (#3610).
    * The command synopses printed by --help options work better with copying and
      pasting (#2673).
    * help launches the browser specified by the $fish_help_browser variable if it
      is set (#3131).
    * History merging could lose items under certain circumstances and is now
      fixed (#3496).
    * The $status variable is now set to 123 when a syntactically invalid command
      is entered (#3616).
    * Exiting fish now signals all background processes to terminate, not just
      stopped jobs (#3497).
    * A new prompt_hostname function which prints a hostname suitable for use in
      prompts (#3482).
    * The __fish_man_page function (bound to Alt-h by default) now tries to
      recognize subcommands (e.g. git add will now open the "git-add" man page)
      (#3678).
    * A new function edit_command_buffer (bound to Alt-e & Alt-v by default) to
      edit the command buffer in an external editor (#1215, #3627).
    * set_color now supports italics (--italics), dim (--dim) and reverse
      (--reverse) modes (#3650).
    * Filesystems with very slow locking (eg incorrectly-configured NFS) will no
      longer slow fish down (#685).
    * Improved completions for apt (#3695), fusermount (#3642), make (#3628),
      netctl-auto (#3378), nmcli (#3648), pygmentize (#3378), and tar (#3719).
    * Added completions for:
      VBoxHeadless (#3378)
      VBoxSDL (#3378)
      base64 (#3378)
      caffeinate (#3524)
      dconf (#3638)
      dig (#3495)
      dpkg-reconfigure (#3521 & #3522)
      feh (#3378)
      launchctl (#3682)
      lxc (#3554 & #3564),
      mddiagnose (#3524)
      mdfind (#3524)
      mdimport (#3524)
      mdls (#3524)
      mdutil (#3524)
      mkvextract (#3492)
      nvram (#3524)
      objdump (#3378)
      sysbench (#3491)
      tmutil (#3524)
    * Full changelog https://github.com/fish-shell/fish-shell/releases/tag/2.5.0
* Tue Nov 08 2016 aloisio@gmx.com
  - Update to version 2.4.0
    [#]# Notable fixes and improvements
    * The documentation is now generated properly and with the
      correct version identifier.
    * Automatic cursor changes are now only enabled on the
      subset of XTerm versions known to support them, resolving a
      problem where older versions printed garbage to the terminal
      before and after every prompt (#3499).
    * Improved the title set in Apple Terminal.app.
    * Added completions for `defaults` and improved completions
      for `diskutil` (#3478).
    [#] fish 2.4b1 (released October 18, 2016)
    [#]# Significant changes
    * The clipboard integration has been revamped with explicit
      bindings. The killring commands no longer copy from, or
      paste to, the X11 clipboard - use the new copy (`C-x`) and
      paste (`C-v`) bindings instead. The clipboard is now
      available on OS X as well as systems using X11 (e.g. Linux).
      (#3061)
    * `history` uses subcommands (`history delete`) rather than
      options (`history --delete`) for its actions (#3367). You
      can no longer specify multiple actions via flags (e.g.,
      `history --delete --save something`).
    * New `history` options have been added, including `--max=n`
      to limit the number of history entries, `--show-time` option
      to show timestamps (#3175, #3244), and `--null` to null
      terminate history entries in the search output.
    * `history search` is now case-insensitive by default (which
      also affects `history delete`) (#3236).
    * `history delete` now correctly handles multiline commands
      (#31).
    * Vi-style bindings no longer include all of the default
      emacs-style bindings; instead, they share some definitions
      (#3068).
    * If there is no locale set in the environment, various
      known system configuration files will be checked for a
      default. If no locale can be found, `en_US-UTF.8` will be
      used (#277).
    * A number followed by a caret (e.g. `5^`) is no longer
      treated as a redirection (#1873).
    * The `$version` special variable can be overwritten, so
      that it can be used for other purposes if required.
    [#]# Notable fixes and improvements
    * The `fish_realpath` builtin has been renamed to `realpath`
      and made compatible with GNU `realpath` when run without
      arguments (#3400). It is used only for systems without a
      `realpath` or `grealpath` utility (#3374).
    * Improved color handling on terminals/consoles with 8-16
      colors, particularly the use of bright named color (#3176,
      [#3260]).
    * `fish_indent` can now read from files given as arguments,
      rather than just standard input (#3037).
    * Fuzzy tab completions behave in a less surprising manner
      (#3090, #3211).
    * `jobs` should only print its header line once (#3127).
    * Wildcards in redirections are highlighted appropriately
      (#2789).
    * Suggestions will be offered more often, like after
      removing characters (#3069).
    * `history --merge` now correctly interleaves items in
      chronological order (#2312).
    * Options for `fish_indent` have been aligned with the other
      binaries - in particular, `-d` now means `--debug`. The
      `--dump` option has been renamed to `--dump-parse-tree`
      (#3191).
    * The display of bindings in the Web-based configuration has
      been greatly improved (#3325), as has the rendering of
      prompts (#2924).
    * fish should no longer hang using 100% CPU in the C locale
      (#3214).
    * A bug in FreeBSD 11 & 12, Dragonfly BSD & illumos
      prevented fish from working correctly on these platforms
      under UTF-8 locales; fish now avoids the buggy behaviour
      (#3050).
    * Prompts which show git repository information (via
      `__fish_git_prompt`) are faster in large repositories
      (#3294) and slow filesystems (#3083).
    * fish 2.3.0 reintroduced a problem where the greeting was
      printed even when using `read`; this has been corrected
      again (#3261).
    * Vi mode changes the cursor depending on the current mode
      (#3215).
    * Command lines with escaped space characters at the end
      tab-complete correctly (#2447).
    * Added completions for:
      + `arcanist` (#3256)
      + `connmanctl` (#3419)
      + `figlet` (#3378)
      + `mdbook` (#3378)
      +  `ninja` (#3415)
      +  `p4`, the Perforce client (#3314)
      +  `pygmentize` (#3378)
      +  `ranger` (#3378)
    * Improved completions for `aura` (#3297), `abbr` (#3267),
      `brew` (#3309), `chown` (#3380, #3383),`cygport` (#3392),
      `git` (#3274, #3226, #3225, #3094, #3087, #3035, #3021,
      [#2982], #3230), `kill & `pkill` (#3200), `screen` (#3271),
      `wget` (#3470), and `xz` (#3378).
    * Distributors, packagers and developers will notice that
      the build process produces more succinct output by default;
      use `make V=1` to get verbose output (#3248).
    * Improved compatibility with minor platforms including musl
      (#2988), Cygwin (#2993), Android (#3441, #3442), Haiku
      (#3322) and Solaris .
  - Dropped no longer necessary
    no-return-in-nonvoid-function.patch
* Sat Sep 10 2016 mpluskal@suse.com
  - Use shared libpcre instead of bundled one
  - Small packaging changes
* Tue Jul 05 2016 sflees@suse.de
  - Update source url to point to github as within the release notes,
    the older url doens't seem available
* Mon Jul 04 2016 sflees@suse.de
  - Update to v2.3.1
  - Significant changes
    * A new fish_key_reader binary for decoding interactive keypresses (#2991).
    * fish_mode_prompt has been updated to reflect the changes in the way the
      Vi input mode is set up (#3067), making this more reliable.
    * fish_config can now properly be launched from the OS X app bundle (#3140).
  - Notable fixes and improvements
    * Extra lines were sometimes inserted into the output under Windows (Cygwin
      and Microsoft Windows Subsystem for Linux) due to TTY timestamps
      not being updated (#2859).
    * The string builtin's match mode now handles the combination of -rnv (match,
      invert and count) correctly (#3098).
    * Improvements to TTY special character handling (#3064), locale handling (#3124)
      and terminal environment variable handling (#3060).
    * Work towards handling the terminal modes for external commands launched
      from initialisation files (#2980).
    * Ease the upgrade path from fish 2.2.0 and before by warning users to restart
      fish if the string builtin is not available (#3057).
    * type -a now syntax-colorizes function source output.
    * Added completions for alsamixer, godoc, gofmt, goimports, gorename, lscpu,
      mkdir, modinfo, netctl-auto, poweroff, termite, udisksctl and xz (#3123).
    * Improved completions for apt (#3097), aura (#3102),git (#3114), npm (#3158),
      string and suspend (#3154).
* Mon May 23 2016 sflees@suse.de
  - Update to v2.3.0
  - Significant Changes
    * A new string builtin to handle… strings!
    * After seeing an escape character wait up to 300ms for an a
      dditional character.
    * Add new directories for vendor functions and configuration
      snippets (#2498)
    * A new fish_realpath builtin and associated function to allow
      the use of realpath even on those platforms that don't ship
      an appropriate command. (#2932)
    * Alt-# toggles the current command line between commented and
      uncommented states, making it easy to save a command in
      history without executing it.
    * The fish_vi_mode function is now deprecated in favour of
      fish_vi_key_bindings
  - Backward-incompatible changes
    * Unmatched globs will now cause an error, except when used
      with for, set or count (#2719, #2394) and and or will now bind
      to the closest if or while, allowing compound conditions without
      begin and end (#1428)
    * set -ql now searches up to function scope for variables (#2502)
    * status -f will now behave the same when run as the main script
      or using source (#2643)
    * source no longer puts the file name in $argv if no arguments
      are given (#139)
  - Full release notes at
    https://github.com/fish-shell/fish-shell/releases/tag/2.3.0
* Thu Nov 19 2015 infroma@gmail.com
  - Recommends: terminfo (required for some terminals)
  - Requires: man (required for completions, otherwise fish complains
    about non existant `apropos` on every TAB)
* Mon Jul 27 2015 develop7@develop7.info
  - update to v2.2.0
    See full changelog on
    https://github.com/fish-shell/fish-shell/releases/tag/2.2.0
  - Drop check_for_command-not-found_command_on_suse.patch
* Sat Mar 21 2015 simon@simotek.net
  - Require: python-curses Its required for the prompt page on
      the web config
* Thu Feb 05 2015 schwab@suse.de
  - no-return-in-nonvoid-function.patch: fix no-return-in-nonvoid-function
    error
* Wed Jan 28 2015 zawertun@gmail.com
  - Added check_for_command-not-found_command_on_suse.patch
    (https://github.com/fish-shell/fish-shell/issues/1208)
* Mon Dec 01 2014 seanpwatson@live.com
  - Fixed conflict with youtube-dl

Files

/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/applications/fish.desktop
/usr/share/doc/packages/fish
/usr/share/doc/packages/fish/CHANGELOG.rst
/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/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_status_to_signal.html
/usr/share/doc/packages/fish/cmds/fish_svn_prompt.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/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/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/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/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/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/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/argparse.fish
/usr/share/fish/completions/ark.fish
/usr/share/fish/completions/arp.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/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/btdownloadcurses.py.fish
/usr/share/fish/completions/btdownloadheadless.py.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/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/cjxl.fish
/usr/share/fish/completions/clang++.fish
/usr/share/fish/completions/clang.fish
/usr/share/fish/completions/clasp.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/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/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/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/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/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/deno.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/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/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/dropdb.fish
/usr/share/fish/completions/dscacheutil.fish
/usr/share/fish/completions/du.fish
/usr/share/fish/completions/dua.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/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/firewall-cmd.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/fluxbox-remote.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/gdb.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-sizer.fish
/usr/share/fish/completions/git.fish
/usr/share/fish/completions/gitk.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/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/highlight.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/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/icdiff.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/ifup.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/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/k3d.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/krita.fish
/usr/share/fish/completions/ksh.fish
/usr/share/fish/completions/kubectl.fish
/usr/share/fish/completions/latex.fish
/usr/share/fish/completions/latexmk.fish
/usr/share/fish/completions/launchctl.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/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/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/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/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/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/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/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/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/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/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/psub.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/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/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.fish
/usr/share/fish/completions/sshfs.fish
/usr/share/fish/completions/stack.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.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/tail.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.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/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/udevadm.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/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/vagrant.fish
/usr/share/fish/completions/valgrind.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/w.fish
/usr/share/fish/completions/wait.fish
/usr/share/fish/completions/wajig.fish
/usr/share/fish/completions/watch.fish
/usr/share/fish/completions/watchexec.fish
/usr/share/fish/completions/wc.fish
/usr/share/fish/completions/wesnoth.fish
/usr/share/fish/completions/wg-quick.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/wireshark.fish
/usr/share/fish/completions/wish.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/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/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/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/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_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_cancel_commandline.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_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_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_config_interactive.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_describe_command.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_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_make_cache_dir.fish
/usr/share/fish/functions/__fish_make_completion_signals.fish
/usr/share/fish/functions/__fish_man_page.fish
/usr/share/fish/functions/__fish_md5.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_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_ps.fish
/usr/share/fish/functions/__fish_pwd.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_toggle_comment_commandline.fish
/usr/share/fish/functions/__fish_tokenizer_state.fish
/usr/share/fish/functions/__fish_use_subcommand.fish
/usr/share/fish/functions/__fish_vcs_prompt.fish
/usr/share/fish/functions/__fish_whatis.fish
/usr/share/fish/functions/__fish_whatis_current_token.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_is_root_user.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.fish
/usr/share/fish/functions/open.fish
/usr/share/fish/functions/popd.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/groff
/usr/share/fish/groff/fish.tmac
/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/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-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_status_to_signal.1.gz
/usr/share/fish/man/man1/fish_svn_prompt.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/tools
/usr/share/fish/tools/create_manpage_completions.py
/usr/share/fish/tools/deroff.py
/usr/share/fish/tools/web_config
/usr/share/fish/tools/web_config/delete.png
/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/angular-route.js
/usr/share/fish/tools/web_config/js/angular-sanitize.js
/usr/share/fish/tools/web_config/js/angular.js
/usr/share/fish/tools/web_config/js/app.js
/usr/share/fish/tools/web_config/js/colorutils.js
/usr/share/fish/tools/web_config/js/controllers.js
/usr/share/fish/tools/web_config/js/filters.js
/usr/share/fish/tools/web_config/partials
/usr/share/fish/tools/web_config/partials/bindings.html
/usr/share/fish/tools/web_config/partials/colors.html
/usr/share/fish/tools/web_config/partials/functions.html
/usr/share/fish/tools/web_config/partials/history.html
/usr/share/fish/tools/web_config/partials/prompt.html
/usr/share/fish/tools/web_config/partials/variables.html
/usr/share/fish/tools/web_config/sample_prompts
/usr/share/fish/tools/web_config/sample_prompts/acidhub.fish
/usr/share/fish/tools/web_config/sample_prompts/arrow.fish
/usr/share/fish/tools/web_config/sample_prompts/astronaut.fish
/usr/share/fish/tools/web_config/sample_prompts/default.fish
/usr/share/fish/tools/web_config/sample_prompts/disco.fish
/usr/share/fish/tools/web_config/sample_prompts/informative.fish
/usr/share/fish/tools/web_config/sample_prompts/informative_vcs.fish
/usr/share/fish/tools/web_config/sample_prompts/minimalist.fish
/usr/share/fish/tools/web_config/sample_prompts/nim.fish
/usr/share/fish/tools/web_config/sample_prompts/pythonista.fish
/usr/share/fish/tools/web_config/sample_prompts/scales.fish
/usr/share/fish/tools/web_config/sample_prompts/simple.fish
/usr/share/fish/tools/web_config/sample_prompts/terlar.fish
/usr/share/fish/tools/web_config/themes
/usr/share/fish/tools/web_config/themes/Base16 Default Dark.theme
/usr/share/fish/tools/web_config/themes/Base16 Default Light.theme
/usr/share/fish/tools/web_config/themes/Base16 Eighties.theme
/usr/share/fish/tools/web_config/themes/Bay Cruise.theme
/usr/share/fish/tools/web_config/themes/Dracula.theme
/usr/share/fish/tools/web_config/themes/Fairground.theme
/usr/share/fish/tools/web_config/themes/Just a Touch.theme
/usr/share/fish/tools/web_config/themes/Lava.theme
/usr/share/fish/tools/web_config/themes/Mono Lace.theme
/usr/share/fish/tools/web_config/themes/Mono Smoke.theme
/usr/share/fish/tools/web_config/themes/None.theme
/usr/share/fish/tools/web_config/themes/Nord.theme
/usr/share/fish/tools/web_config/themes/Old School.theme
/usr/share/fish/tools/web_config/themes/Seaweed.theme
/usr/share/fish/tools/web_config/themes/Snow Day.theme
/usr/share/fish/tools/web_config/themes/Solarized Dark.theme
/usr/share/fish/tools/web_config/themes/Solarized Light.theme
/usr/share/fish/tools/web_config/themes/Tomorrow Night Bright.theme
/usr/share/fish/tools/web_config/themes/Tomorrow Night.theme
/usr/share/fish/tools/web_config/themes/Tomorrow.theme
/usr/share/fish/tools/web_config/themes/ayu Dark.theme
/usr/share/fish/tools/web_config/themes/ayu Light.theme
/usr/share/fish/tools/web_config/themes/ayu Mirage.theme
/usr/share/fish/tools/web_config/themes/coolbeans.theme
/usr/share/fish/tools/web_config/themes/fish default.theme
/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/locale/de/LC_MESSAGES/fish.mo
/usr/share/locale/en/LC_MESSAGES/fish.mo
/usr/share/locale/fr/LC_MESSAGES/fish.mo
/usr/share/locale/pl/LC_MESSAGES/fish.mo
/usr/share/locale/pt_BR/LC_MESSAGES/fish.mo
/usr/share/locale/sv/LC_MESSAGES/fish.mo
/usr/share/locale/zh_CN/LC_MESSAGES/fish.mo
/usr/share/man/man1/fish.1.gz
/usr/share/man/man1/fish_indent.1.gz
/usr/share/man/man1/fish_key_reader.1.gz
/usr/share/pixmaps/fish.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:22:11 2024