summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* 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.
* no more goPackagesKamil Chmielewski2016-06-09
|
* oh: extracted from goPackagesKamil Chmielewski2016-06-09
|
* 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.
* xonsh: 0.2.7 -> 0.3.2Rok Garbas2016-06-04
| | | | * pythonPackages.prompt_toolkit make it build for py35
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* fish: 2.2.0 -> 2.3.0rnhmjoj2016-05-26
|
* fish: use a different alias man_db -> man-dbVladimír Čunát2016-05-24
|
* zsh-prezto: update to latest and fetch submodulesRok Garbas2016-05-17
|
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* rssh: init at 2.3.4Alexei Robyn2016-05-16
|
* zsh-prezto: init at revision 7227c4f0bRok Garbas2016-05-15
|
* Merge branch 'master' into stagingVladimír Čunát2016-05-12
|\
| * xonsh: 0.1.3 -> 0.2.7Ricardo Ardissone2016-05-11
| |
* | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-05-03
|\| | | | | | | | | | | Conflicts: pkgs/applications/networking/browsers/vivaldi/default.nix pkgs/misc/emulators/wine/base.nix
| * oh-my-zsh: 2016-04-06 -> 2016-04-20Tim Steinbach2016-04-30
| |
* | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-04-28
|\|
| * fish: only use kbd on linuxEric Seidel2016-04-25
| |
* | zlib, bash: mass-rebuild cleanupVladimír Čunát2016-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