summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* oh-my-zsh: 2016-04-06 -> 2016-04-20Tim Steinbach2016-04-30
|
* 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
| * Merge pull request #14526 from Profpatsch/fish-completionsTuomas Tynkkynen2016-04-09
| |\ | | | | | | fish: pick up completion files from other packages
| | * 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.
| * | oh-my-zsh: 2016-03-31 -> 2016-04-06Tim Steinbach2016-04-07
| |/
| * Merge pull request #14343 from mayflower/upstream-zsh-zprofilejoachifm2016-04-01
| |\ | | | | | | zsh: fix configureFlags #14256
| | * zsh: fix configureFlags #14256Christian Albrecht2016-03-31
| | | | | | | | | | | | | | | commit 97332d3 introduced non expanding $out/etc/zprofile in zshs compiled in PATH. this commit reverts the change so that $out is expanded at configure time.
| * | oh-my-zsh: 2016-03-24 -> 2016-03-31Tim Steinbach2016-04-01
| |/
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\| | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * oh-my-zsh: 2016-03-19 -> 2016-03-24NeQuissimus2016-03-25
| |
| * oh-my-zsh: 2016-03-11 -> 2016-03-19Tim Steinbach2016-03-22
| |
| * bash-completion: remove collisionPeter Hoeg2016-03-20
| | | | | | | | nmcli is already provided by network-manager
| * oh-my-zsh: 2016-02-27 -> 2016-03-11Tim Steinbach2016-03-15
| |
| * zsh: fix zsh.info* install locationChristoph Hrdinka2016-03-09
| |
| * mksh: 52 -> 52cTobias Geerinckx-Rice2016-03-08
| | | | | | | | Changes: https://www.mirbsd.org/mksh.htm#clog
| * oh-my-zsh-git: init at 2016-02-27Sergiu Ivanov2016-03-07
| |
* | 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".
* | bash-interactive: better split doc stuffVladimír Čunát2016-03-08
| | | | | | | | ... while avoiding mass rebuild ATM.
* | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * 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
| |/
| * buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
| |
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\|
| * fish: don't use manpath(1) from PATH in functions/man.fishNathan Zadoks2016-02-02
| | | | | | | | Close #12762.
* | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\| | | | | | | Let's get rid of those merge conflicts.
| * Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | | | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * 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
| * | Merge pull request #12000 from nathan7/nix-auto-runNikolay Amiantov2016-01-03
| |\ \ | | | | | | | | command-not-found: add NIX_AUTO_RUN option, to automatically invoke nix-shell
| | * | fish: pass all of argv to command-not-foundNathan Zadoks2015-12-28
| | |/
* | | Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
|\| | | | | | | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| * | Merge master into stagingVladimír Čunát2015-12-23
| |\|
| | * grml-zsh-config: init at 0.12.4Matthijs Steen2015-12-17
| | |
| * | Merge master into stagingVladimír Čunát2015-12-17
| |\|
| | * mksh: maintainers += nckxTobias Geerinckx-Rice2015-12-14
| | |
| | * mksh: 51 -> 52Tobias Geerinckx-Rice2015-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | ‘This release has a nonzero chance to break existing scripts that use some extension features – I had to quote some tildes in dot.mkshrc and a variable expansion in ${x/y"$z"} in MirWebseite (the $z) – twice!. As usual, test!’ -- https://www.mirbsd.org/permalinks/news_e20151212-tg.htm
| | * fish: Use /bin/hostname on darwin. Fixes #11012.Alexander Shabalin2015-12-13
| | |
| * | Merge master into stagingVladimír Čunát2015-12-05
| |\ \ | | | | | | | | | | | | | | | | Taken the version from recent channel bump, as it's well-tested. Close #11460.
| * | | GNU apparently modified bash patch 042.Burke Libbey2015-12-03
| | | |
* | | | Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\ \ \ \ | | |_|/ | |/| |
| * | | zsh: 5.1.1 -> 5.2Pascal Wittmann2015-12-05
| | |/ | |/|
| * | Revert "Update bash patches"Daniel Peebles2015-12-02
| | |
| * | GNU apparently modified bash patch 042.Burke Libbey2015-12-01
| | |
* | | Merge branch 'master' into closure-sizeLuca Bruno2015-11-29
|\| |