summary refs log tree commit diff
path: root/pkgs/shells/fish
Commit message (Collapse)AuthorAge
* fish: fix systemctl completionGabriel Ebner2020-01-17
|
* Revert "fish: switch to fetchFromGitHub"Jan Tojnar2019-10-20
| | | | | | This reverts commit cc997f28d154e6bc47eacbe3632859090fedd616. I confused the URLs. The files have the same contents but the former URL is recommended by upstream.
* fish: switch to fetchFromGitHubJan Tojnar2019-10-19
| | | | The expression claimed there are differences between the release tarball and the tarball github packages from the tag but fetchFromGitHub literally downloads the same tarball.
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* fish: use internal wcwidthJudson2019-07-18
| | | | | | | | | | | | | Fish 3.0 has an updated an more robust handling of unicode glyphs. Per the original author of the INTERNAL_WCWIDTH flag, it was something of misfeature, and they regret that NixOS came to rely on it. Removes the flag from the Nix expression. Flag was added originally to Nixpkgs in 68076b7d4938ce788dc9eaaf8789dfccc30e2ca2 It is being removed entirely from upstream fish: https://github.com/fish-shell/fish-shell/pull/5777.
* fish: 3.0.1 -> 3.0.2qolii2019-03-02
|
* fish: 3.0.0 -> 3.0.1Jethro Kuan2019-02-18
|
* fish: do not use internal wcwidthGabriel Ebner2018-12-30
| | | | | | This is important when typing characters such as ⚡(U+26A1 HIGH VOLTAGE SIGN), otherwise fish computes a different character width than the terminal. See https://github.com/fish-shell/fish-shell/pull/4816
* fish: 2.7.1 -> 3.0.0adisbladis2018-12-28
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* pkgs/shells: move extensions to subdirsMatthew Bauer2018-04-17
| | | | | These are not reaal shells and should go into their parent shell directory.
* 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
|