summary refs log tree commit diff
path: root/pkgs/shells/fish
Commit message (Collapse)AuthorAge
...
* 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