summary refs log tree commit diff
path: root/pkgs/shells/fish
Commit message (Collapse)AuthorAge
* define top-level attrs for getent, getconfWill Dietz2018-02-13
| | | | | | Note that currently getent is explicitly taken from "glibc.bin", regardless of build configuration which this preserves for now. (on non-musl anyway)
* fish: on musl use musl-getentWill Dietz2018-02-13
|
* fish: 2.7.0 -> 2.7.1Luke Adams2017-12-25
| | | | Fixes paste bracketing issue with iTerm (macOS)
* fish: enable parallel buildingOrivej Desh2017-11-27
|
* fish: 2.6.0 -> 2.7.0adisbladis2017-11-27
|
* fish: add fish_config testsProfpatsch2017-08-05
| | | | | Checks whether the fish_config script does run. Cannot check running the web server though (since that requires a port).
* fish: fix the fish_config toolProfpatsch2017-08-05
| | | | It requires a python interpreter to work.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* fish: 2.5.0 -> 2.6.0Patrick Callahan2017-06-22
|
* fish: source NixOS environment on non-login shells, when it hasn't beenPatrick Callahan2017-05-19
| | | | | | | | sourced (this fixes issue #25789: https://github.com/NixOS/nixpkgs/issues/25789#issuecomment-301577290 and the issue with git-annex mentioned here https://github.com/NixOS/nixpkgs/pull/24314#issuecomment-301587124 )
* fish: resolve NixOS-related initialization problemsPatrick Callahan2017-05-10
|
* fish: 2.3.1 -> 2.5.0rnhmjoj2017-02-04
|
* fish: 2.3.0 -> 2.3.1Louis Taylor2016-07-11
|
* fish: add shellPath passthruzimbatm2016-06-12
|
* fish: fix completion from NIX_PROFILESKjetil Orbekk2016-06-12
| | | | | Load NIX_PROFILES at shell startup, not at build time. This one was missed in #16039.
* fish: fix completionsKjetil Orbekk2016-06-07
| | | | | | | Completion was broken because some variables were resolved at installation time instead of being added to the script. Closes #16039.
* fish: 2.2.0 -> 2.3.0rnhmjoj2016-05-26
|
* fish: use a different alias man_db -> man-dbVladimír Čunát2016-05-24
|
* fish: only use kbd on linuxEric Seidel2016-04-25
|
* fish: Reference correct output of glibcTuomas Tynkkynen2016-04-18
|
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
|\ | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * fish: pick up completion files from other packagesProfpatsch2016-04-09
| | | | | | | | | | | | Some packages bring their own completions in /share/fish/vendor_completions.d. Now they are picked up by fish from every path in NIX_PROFILES.
* | ncurses: move runtime utilities to $outThomas Tuegel2016-03-08
|/ | | | | | | | | | All the programs provided by ncurses were being installed to the $dev output, but several of them are intended for runtime use, e.g. to operate on the running terminal. These user-facing programs are moved to the $bin output. Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
* Merge pull request #13368 from nathan7/fish-ulzimbatm2016-02-28
|\ | | | | fish: fix hidden dependency on ul(1) on Linux
| * fish: fix hidden dependency on ${glibc}/bin/getent on LinuxNathan Zadoks2016-02-28
| |
| * fish: fix hidden dependency on utillinux on LinuxNathan Zadoks2016-02-28
| |
* | fish: remove kbd dependency on DarwinScott Olson2016-02-28
|/
* fish: don't use manpath(1) from PATH in functions/man.fishNathan Zadoks2016-02-02
| | | | Close #12762.
* fish: fix merge conflictJakob Gillich2016-01-05
| | | | patches got duplicated
* Merge pull request #11945 from jgillich/fishArseniy Seroka2016-01-06
|\ | | | | fish: add module to support it as default shell
| * fish: add module to support it as default shellJakob Gillich2015-12-26
| | | | | | | | | | | | | | | | * Patched fish to load /etc/fish/config.fish if it exists (by default, it only loads config relative to itself) * Added fish-foreign-env package to parse the system environment closes #5331
* | fish: pass all of argv to command-not-foundNathan Zadoks2015-12-28
|/
* fish: Use /bin/hostname on darwin. Fixes #11012.Alexander Shabalin2015-12-13
|
* fish: use absolute path to clear when pressing ^LVladimír Čunát2015-11-29
| | | | | It was unable to find `clear` for me. /cc maintainer @ocharles.
* fish: fix use hostname from the store instead of from the environmentSamuel Rivas2015-11-06
|
* fix: substitute path to bc in math.fishPascal Wittmann2015-11-05
| | | | closes #10141
* fish: Fixed "Could not autoload item 'seq'..."Maciek Starzyk2015-07-14
|
* fish: 2.1.2 -> 2.2.0Maciek Starzyk2015-07-12
|
* fish: dont demand man-db on darwin since we cant build itEric Seidel2015-05-23
|
* fish: 2.1.1 -> 2.1.2koral2015-03-05
|
* Fish wants libiconv too, even though it won't admit itDan Peebles2015-02-18
|
* update fish shellArseniy Seroka2014-10-07
|
* fishshell builds on unix platformsBernerd Schaefer2014-09-16
|
* fish: fix 'fish_config' by providing python ncurses moduleBjørn Forsman2014-06-30
| | | | | | Gets rid of the "ImportError: No module named _curses" (and failure to display page) when clicking the "prompt" page in the 'fish_config' web UI.
* fish: Fixed tab completion with sudo (close #2705)Georges Dubus2014-06-10
| | | | We don't have /sbin and /usr/sbin, so fish complains.
* fish: Fix propagatedBuildInputs and other assorted changesWilliam A. Kennington III2014-02-15
| | | | | | | | Currently, fish does not depend on python27 which is necessary for many of the built in commands such as the manpage completion generator and the web configuration sevice. This patch adds support for python27 as well as man_db for the manpage completion generator. It also attempts to replace more shell functions with binaries contained in the nix store.
* fish: Update to 2.1.0 (close #1261)Oliver Charles2013-11-23
|
* fish: add missing depsBjørn Forsman2013-09-25
| | | | | Start fish and run "ls". It will complain about not being able to run which, nroff and gettext. This fixes it.
* fish: add (more) meta attributesBjørn Forsman2013-09-25
|
* fish: Add fish 2.0.0Oliver Charles2013-06-04