Commit graph

461 commits

Author SHA1 Message Date
Tim Steinbach e98a0db83e
oh-my-zsh: 2020-03-12 -> 2020-04-10 2020-04-11 20:55:15 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
s1341 71a768a6e8
zplug: init at 2.4.2 2020-04-09 11:55:40 +02:00
Andreas Wiese f4e273dbac zsh-nix-shell: init at (unstable-)2019-12-20 2020-04-07 01:00:58 +02:00
Jörg Thalheim 774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
Propragate darwin go
2020-03-28 06:57:59 +00:00
Oleksii Filonenko 720c033e79 antibody: 4.3.1 -> 6.0.0 2020-03-27 13:06:50 -07:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Martin Weinelt 4cb0894bc1
zsh-powerlevel10k: v1.4.0 → v1.5.0
Changes since the last release

    New and changed parameters:
        Two additional parameters are available in gcloud: P9K_GCLOUD_CONFIGURATION and P9K_GCLOUD_PROJECT_NAME.
        gcloud segment can now be in two states: PARTIAL and COMPLETE. See documentation.

    Wizard:
        The screen asking whether to display current time now offers a choice between two formats: 24-hour and 12-hour.
        os_icon is no longer bold.
        Slanted and flat separators are now using glyphs from Box Drawing Unicode block. They should look much better in fonts with correctly sized Box Drawing glyphs.
        gcloud now displays project name instead of project id whenever possible.

    Bug fixes:
        Powerlevel10k no longer resolves symbolic links when calling commands that might act differently depending on argv[0].
        java_version now works properly when using AdoptOpenJDK.

    Misc:
        Arch Linux users can now install Powerlevel10k with pacman. See instructions.
        There is a new version of MesloLGS NF (the recommended font) with better alignment of powerline glyphs and 44% larger icons (by area). iTerm2 users can upgrade by typing p10k configure. Users of other terminals can follow manual installation instructions.
2020-03-22 17:44:45 +01:00
Mario Rodas d7d95111bd zsh-history: fix build on darwin 2020-03-21 06:12:00 -05:00
Martin Weinelt b143bc6ed4
zsh-powerlevel10k: v1.3.0 → v1.4.0
Changes since the last release

    New prompt segments:
        package: shows npm name and version from package.json (disabled by default).

    New and changed parameters:
        P9K_OS_ICON: set by Powerlevel10k on initialization; can be used in user-defined prompt segments and *_EXPANSION parameters.
        POWERLEVEL9K_ICON_PADDING: when set to moderate, some icons will have an extra space after them. This is meant to avoid icon overlap when using non-monospace fonts. When set to none, spaces are not added.

    Performance improvement:
        detect_virt prompt segment is now 50% faster.

    Bug fixes:
        Many terminal escape sequences are now terminated with BEL instead of ST. BEL is the standard terminator according to ECMA-48 §8.3.89 but Konsole doesn't understand it. Thankfully, all terminals appear to understand BEL as extension.
        Superfluous spaces have been removed from vcs segment when using a monospace font and not using my_git_formatter.

    Wizard:
        Generated configs now set POWERLEVEL9K_ICON_PADDING in favor of *_VISUAL_IDENTIFIER_EXPANSION. The value of this parameters depends on the answers to the first few questions that concern terminal font capabilities.
        Generated configs no longer attempt to work around misconfigured locale. The workarounds in Powerlevel10k proper are sufficient.

    gitstatus:
        Fix a regression on Linux systems where uname doesn't understand -o.
        Fix a regression on Cygwin and MinGW when running on older versions of Windows.
        Fix a bug that can result in occasional gitstatus initialization failure on WSL when using Powerlevel10k with Instant Prompt.
2020-03-16 13:11:34 +01:00
Tim Steinbach f30b8adc02
oh-my-zsh: 2020-03-05 -> 2020-03-12 2020-03-14 05:01:39 -04:00
Mario Rodas 25b7ba9cda
antibody: set version 2020-03-13 17:32:40 -05:00
R. RyanTM fb08fa0063 antibody: 4.2.0 -> 4.3.1 2020-03-13 14:59:25 +00:00
Martin Weinelt e7aef9d18b
zsh-powerlevel10k v1.2.0 → v1.3.0
Changes since the last release

    New prompt segments:
        haskell_stack: haskell version from stack.
    New and changed parameters:
        POWERLEVEL9K_MODE can now be set to ascii for ASCII prompt.
        The default value of POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES now contains env.
        New parameter: POWERLEVEL9K_JAVA_VERSION_PROJECT_ONLY. Display java_version only in java project (sub)directories.
        POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND now contains istioctl and kogito in all config templates. Thanks, @errantepiphany!
        All *env segments now respect POWERLEVEL9K_*ENV_SHOW_SYSTEM. If set to false, the segment will be hidden if its content is "system". The default value is true.
        nodenv now understand POWERLEVEL9K_NODENV_SOURCES, just like all other *env segments.
        POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER now has useful semantics (incompatible with powerleve9k, where it was useless). If set to true, it'll remove the leading slash from the current directory if it's absolute. It no longer does anything if the directory is not absolute or if the leading character has been removed or changed by the shortener. This is meant for users who override POWERLEVEL9K_DIR_PATH_SEPARATOR.
    Robustness improvements:
        Powerlevel10k now works when there are no utf-8 locales on the machine.
    Configuration wizard:
        Lean, Classic and Rainbow styles now have an option to restrict prompt character set to ASCII.
        Styles that require 256 colors are not offered when terminal cannot display 256 colors.
        Rainbow and Classic styles now have an option to use flat heads. This option is offered in ASCII mode and when powerline glyphs are unavailable.
        Configuration wizard now restores screen upon exit.
        New segments in config templates: haskell_stack (enabled by default) and java_version (disabled by default).
    Bug fixes:
        Visual mode indicator now correctly switches back to command mode indicator after pressing d and similar when using Zsh >= 5.3. Visual mode indicator no longer gets displayed in Zsh prior to 5.3. Please upgrade Zsh if this matters to you.
        *ENV_DIR parameters are now handled the same way as in the underlying *env projects.
    Misc:
        There is no longer an empty line at the top of the screen after hitting Ctrl-L or typing clear or reset, even with POWERLEVEL9K_PROMPT_ADD_NEWLINE=true and POWERLEVEL9K_TRANSIENT_PROMPT=always.
        It's now possible to install powerlevel10k with Homebrew.
        Subseparators are now displayed with the foreground color of the previous/next segment in left/right prompt. Used to be the other way around. Thanks, @ahaasler!
    gitstatus:
        make now produces usrbin/gitstatusd instead of ./gitstatusd.
        build.zsh now puts the binary in usrbin subdirectory. If you place it in the same subdirectory of your gitstatus installation without changing the file name, gitstatus will pick it up automatically.
2020-03-07 01:02:13 +01:00
Tim Steinbach 6fb69d61d9
oh-my-zsh: 2020-03-05 -> 2020-03-05 2020-03-06 07:52:26 -05:00
R. RyanTM 00c8e2b625 zsh-syntax-highlighting: 0.6.0 -> 0.7.1 2020-03-05 15:10:36 -08:00
Tim Steinbach ae189056ef
oh-my-zsh: 2020-03-03 -> 2020-03-05 2020-03-05 07:55:53 -05:00
Tim Steinbach 1e40843616
oh-my-zsh: 2020-03-02 -> 2020-03-03 2020-03-03 07:47:47 -05:00
Tim Steinbach e8494d77f8
oh-my-zsh: 2020-02-28 -> 2020-03-02 2020-03-02 07:52:09 -05:00
Tim Steinbach 2bbdd94868
oh-my-zsh: 2020-02-26 -> 2020-02-28 2020-02-28 15:33:12 -05:00
Martin Weinelt e9834efebc
zsh-powerlevel10k: 1.1 → 1.2.0
Changes since the last release

    New segments:
        wifi: shows WiFi data transfer speed; can optionally display security level, SSID, etc.
        asdf: tool versions from asdf.
        taskwarrior: task counts from taskwarrior.
        phpenv: PHP version from phpenv.
    New parameters:
        POWERLEVEL9K_${SEGMENT}_${STATE}_SHOW_ON_UPGLOB with regular fallback; this allows you to display a prompt segment only whethere is a file matching a certain pattern in the current directory, or in .., or in ../.., etc. For example: POWERLEVEL9K_NODE_VERSION_SHOW_ON_UPGLOB='package.json|node_modules' to show node_version segment only in Node project directories.
        POWERLEVEL9K_VPN_IP_SHOW_ALL: if set to true, vpn_ip will show IPs from all matching network interfaces instead of just the first.
        POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER: when set to true, drops path before the last marked directory (usually a Git repo root).
        More fine grained control over battery colors: POWERLEVEL9K_BATTERY_${state}_{STAGES,LEVEL_BACKGROUND,LEVEL_FOREGROUND}.
        Network transfer speed: P9K_IP_TX_RATE and P9K_IP_RX_RATE in ip segment.
    Configuration wizard:
        Gracefully handle non-writable ~/.zshrc.
        New segments enabled by default: asdf, taskwarrior, phpenv.
        New segments disabled by default: php_version, laravel_version.
        Git status now displays VCS_STATUS_PUSH_COMMITS_{AHEAD,BEHIND}.
        Git status now displays "─" when POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY is in effect.
        Git status by default ignores the git repo rooted at $HOME; see POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN.
        Pure style now has context on the very left; upstream: sindresorhus/pure#530.
        When installing the recommended font for iTerm2, detect and attempt to delete (after confirmation from the user) other versions of MesloLGS NF.
    New style: robbyrussell; not exposed through the wizard; enable it with source .../powerlevel10k/config/p10k-robbyrussell.zsh.
    Prompt performance improvements:
        Async worker chatter is now 2x faster.
        Prompt rendering and gitstatus_query now run in parallel; this reduces prompt latency by up to 5ms.
    Bug fixes:
        truncate_to_last now behaves exactly like %1~.
        Don't crap out when file names contain colon.
        Don't crap out when using more than one prompt_char.
        Don't crap out when PATH is empty.
        gcloud now works when using non-default configs.
        timewarrior segment now respects $TIMEWARRIORDB (thanks, @errantepiphany!).
        Pick up ip and ifconfig tools from PATH (used to be /sbin/ip and /sbin/ifconfig).
        SHOW_ON_COMMAND now works with legacy custom prompt segments.
        Git status in Pure style now has correct number of spaces.
    Robustness improvements:
        Work around a bug in sysread in Zsh (fixed in Zsh 5.8).
        Replace all wide icons with narrow by default (many terminals choke on wide icons).
        Replace terraform icons with another (emacs crashes on the old icon).
        Prompt should now function even when locale is misconfigured as long as there is at least one UTF-8 locale installed on the system.
        Workarounds for Zsh bugs in handling of ZLE_RPROMPT_INDENT=0 are now applied in more cases.
    gitstatus:
        Support repositories where .git is a symbolic link.
        Support repositories with preciousObjects extension.
        Add VCS_STATUS_PUSH_{REMOTE_NAME,REMOTE_URL,COMMITS_AHEAD,COMMITS_BEHIND}: similar to VCS_STATUS_{REMOTE_NAME,REMOTE_URL,COMMITS_AHEAD,COMMITS_BEHIND} but for @push remote.
        Add VCS_STATUS_NUM_SKIP_WORKTREE and VCS_STATUS_NUM_ASSUME_UNCHANGED: the number of files in the index with --skip-worktree and --assume-unchanged bits respectively`.
        Support Cygwin on older versions of Windows
        Completely rewritten Zsh API (similar to async worker in powerlevel10k); this makes startup about 5x faster and should be more robust.
        The gitstatusd binary is now looked up as follows:
            If GITSTATUS_DAEMON is an absolute path, use that.
            Else if GITSTATUS_DAEMON is a valid command name (PATH lookup), use that.
            Else if GITSTATUS_DAEMON is not empty, try $gitstatus_dir/{usrbin,bin}/$GITSTATUS_DAEMON (in this order).
            Else try $gitstatus_dir/{usrbin,bin}/gitstatusd-$os-$arch{,-static} (in this order).
2020-02-26 22:24:24 +01:00
Tim Steinbach b880ee9bb6
oh-my-zsh: 2020-02-19 -> 2020-02-26 2020-02-26 11:47:28 -05:00
Mario Rodas c675a7e062
Merge pull request #80227 from zowoq/zsh
zsh: 5.7.1 -> 5.8
2020-02-20 22:09:26 -05:00
Tim Steinbach 803d4e1a71
oh-my-zsh: 2020-02-11 -> 2020-02-19 2020-02-20 08:22:22 -05:00
zowoq 83f3aa0113 zsh: 5.7.1 -> 5.8
https://www.zsh.org/mla/zsh-announce/141
2020-02-16 10:45:52 +10:00
Tim Steinbach b6d2d42165
oh-my-zsh: 2020-02-07 -> 2020-02-11 2020-02-11 14:48:14 -05:00
Jörg Thalheim f3d5966f43
Merge pull request #78819 from Izorkin/zsh-fix
zsh: fix bracketed-paste-magic
2020-02-11 18:49:14 +00:00
Tim Steinbach 9a101749c7
oh-my-zsh: 2020-02-04 -> 2020-02-07 2020-02-10 07:23:08 -05:00
Frederik Rietdijk 419bc0a4cd Revert "Revert "Merge master into staging-next""
In 87a19e9048 I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979. This was however wrong, as it "removed" master.

This reverts commit 0be87c7979.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk 0be87c7979 Revert "Merge master into staging-next"
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048.

This reverts commit ac241fb7a5, reversing
changes made to 76a439239e.
2020-02-05 19:18:35 +01:00
Tim Steinbach e9a21da6a1
oh-my-zsh: 2020-02-04 -> 2020-02-04 2020-02-05 08:31:36 -05:00
Tim Steinbach 3931b82775
oh-my-zsh: 2020-01-31 -> 2020-02-04 2020-02-04 09:44:47 -05:00
Martin Weinelt f40dcc6c52
zsh-powerlevel10k: 1.0 -> 1.1 2020-02-02 21:34:05 +01:00
Tim Steinbach d0f3e3e07f
oh-my-zsh: 2020-01-30 -> 2020-01-31 2020-02-01 09:18:52 -05:00
Tim Steinbach 79713f8a90
oh-my-zsh: 2020-01-04 -> 2020-01-30 2020-01-30 16:41:13 -05:00
Izorkin 8f5af404d2 zsh: fix bracketed-paste-magic 2020-01-30 14:02:34 +03:00
Silvan Mosberger b785f2a98a
Merge pull request #65430 from pasqui23/zbd
zsh-bd:init at 2018-07-04
2020-01-21 16:11:56 +01:00
Pasquale 341097c8cf zsh-bd: init at 2018-07-04 2020-01-21 12:38:22 +01:00
Maximilian Bosch 70afd4e63b
zsh-you-should-use: 1.6.0 -> 1.7.0
https://github.com/MichaelAquilina/zsh-you-should-use/blob/1.7.0/CHANGELOG.md#170
2020-01-20 13:44:29 +01:00
Martin Weinelt 67b968a9ec
zsh-powerlevel10k: unstable-2019-12-19 -> 1.0 2020-01-16 20:18:29 +01:00
Will Dietz 2e63e9c433 zsh-autosuggestions: 0.6.3 -> 0.6.4 2020-01-11 12:51:27 -08:00
Martin Weinelt 6eb0aee387 zsh-powerlevel10k: init at unstable-2019-12-19 2020-01-06 21:49:15 +01:00
Tim Steinbach 7b9da94d49
oh-my-zsh: 2020-01-01 -> 2020-01-04 2020-01-05 16:17:40 -05:00
Frederik Rietdijk f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Tim Steinbach 3ebcd9a338
oh-my-zsh: 2019-12-29 -> 2020-01-01 2020-01-01 16:12:27 -05:00
Robin Gloster 006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster 2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Tim Steinbach 124ec9c18e
oh-my-zsh: 2019-12-27 -> 2019-12-29 2019-12-28 23:19:54 -05:00
Tim Steinbach 8c01abd962
oh-my-zsh: 2019-12-22 -> 2019-12-27 2019-12-26 20:10:45 -05:00
Maximilian Bosch 9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Tim Steinbach e865acf44c
oh-my-zsh: 2019-12-20 -> 2019-12-22 2019-12-22 20:11:22 -05:00
Tim Steinbach e093c7503f
oh-my-zsh: 2019-12-18 -> 2019-12-20 2019-12-20 11:36:44 -05:00
Tim Steinbach 52ed4751af
oh-my-zsh: 2019-12-07 -> 2019-12-18 2019-12-18 11:37:42 -05:00
Christian Kampka c98d54a3e9
zsh-history: Add tests 2019-12-14 10:58:38 +01:00
Tim Steinbach 60512b1823
oh-my-zsh: GitHub repo moved 2019-12-12 07:38:40 -05:00
Christian Kampka 1d2e21ad1f
zsh-history: 2019-10-07 -> 2019-12-10 2019-12-10 13:18:38 +01:00
Tim Steinbach 65543e5839
oh-my-zsh: 2019-12-07 -> 2019-12-07 2019-12-09 12:01:33 -05:00
Tim Steinbach bdf74811ce
oh-my-zsh: 2019-11-21 -> 2019-11-23 2019-11-25 09:14:39 -05:00
John Ericson d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson 9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Tim Steinbach ab84418b10 oh-my-zsh: 2019-10-30 -> 2019-11-21 2019-11-21 19:55:38 -05:00
pasqui23 c20f765bb4 zsh-fast-syntax-highlighting: init at 1.54 (#65429) 2019-11-19 21:20:17 -05:00
R. RyanTM 96630a9e49 grml-zsh-config: 0.16.0 -> 0.16.1
(#72511)
2019-11-13 16:16:07 +01:00
Oleksii Filonenko dfb9a1e164
antibody: add filalex77 as a maintainer 2019-11-11 13:51:02 +02:00
Oleksii Filonenko 3f72f7bac2
antibody: 4.1.2 -> 4.2.0 2019-11-11 13:50:42 +02:00
R. RyanTM e834edcbdd zsh-history-substring-search: 1.0.1 -> 1.0.2 2019-11-04 11:08:40 +00:00
Maximilian Bosch 8a0fdf0011
Merge pull request #72195 from Ma27/package-fzf-zsh
fzf-zsh: init at unstable-2019-09-09
2019-10-31 23:32:02 +01:00
Tim Steinbach 8a75eaa6a0
oh-my-zsh: 2019-10-27 -> 2019-10-30 2019-10-31 10:42:54 -04:00
Maximilian Bosch bd4b70b075
fzf-zsh: init at unstable-2019-09-09
Simple `fzf` wrapper which provides a way nicer interface for ZSH's
<C-r> search. When using oh-my-zsh it can be enabled like this:

``` nix
{ pkgs, ... }: {
  programs.zsh = {
    enable = true;
    ohMyZsh = {
      enable = true;
      customPkgs = [ pkgs.fzf-zsh ];
      plugins = [ "fzf-zsh" ];
    };
  };
}
```
2019-10-28 21:55:34 +01:00
Tim Steinbach 4aaf2ad527
oh-my-zsh: 2019-10-25 -> 2019-10-27 2019-10-27 14:59:39 -04:00
Tim Steinbach 50208ab5b9
oh-my-zsh: 2019-10-24 -> 2019-10-25 2019-10-25 13:44:03 -04:00
Tim Steinbach 6373b7ac51
oh-my-zsh: 2019-10-22 -> 2019-10-24 2019-10-24 18:23:36 -04:00
Tim Steinbach ad55ac4a40
oh-my-zsh: 2019-10-20 -> 2019-10-22 2019-10-23 08:30:55 -04:00
Tim Steinbach ad5994f182
oh-my-zsh: 2019-10-19 -> 2019-10-20 2019-10-21 07:34:51 -04:00
Tim Steinbach 71ab7a57ff
oh-my-zsh: 2019-10-16 -> 2019-10-19 2019-10-19 20:53:48 -04:00
Maximilian Bosch 70783011e2
zsh-you-should-use: 1.4.0 -> 1.6.0
https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#160
2019-10-19 21:36:06 +02:00
Tim Steinbach b54d23a3c0
oh-my-zsh: 2019-10-15 -> 2019-10-16 2019-10-18 12:33:12 -04:00
worldofpeace fce8b4837a
Merge pull request #67670 from kampka/zsh-history
zsh-history: init at unstable-2019-08-29
2019-10-16 01:57:23 +00:00
Tim Steinbach 2f6f6a3855
oh-my-zsh: 2019-10-10 -> 2019-10-15 2019-10-15 16:10:38 -04:00
Christian Kampka 0bfefb0913
zsh-history: Backport upstream patch for config generation 2019-10-15 11:45:29 +02:00
Tim Steinbach 950ae44ea9
oh-my-zsh: 2019-10-09 -> 2019-10-10 2019-10-12 11:17:24 -04:00
Tim Steinbach 0e751e6655
oh-my-zsh: 2019-10-08 -> 2019-10-09 2019-10-09 17:19:57 -04:00
Tim Steinbach 6879b2d6b9
oh-my-zsh: 2019-10-07 -> 2019-10-08 2019-10-08 10:01:51 -04:00
Tim Steinbach 0cf6a50359
oh-my-zsh: 2019-10-03 -> 2019-10-07 2019-10-07 18:01:57 -04:00
Christian Kampka 5ddfcc1f60
Update pkgs/shells/zsh/zsh-history/default.nix
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-10-07 21:02:56 +02:00
Christian Kampka c0570ed238
zsh-history: use goModule build infrastructure 2019-10-07 10:09:54 +02:00
Tim Steinbach b16998f51e
oh-my-zsh: 2019-10-02 -> 2019-10-03 2019-10-05 10:55:44 -04:00
Tim Steinbach cac7fdfdcd
oh-my-zsh: 2019-10-01 -> 2019-10-02 2019-10-03 07:34:21 -04:00
Tim Steinbach f7765fb052
oh-my-zsh: 2019-09-24 -> 2019-10-01 2019-10-01 08:04:40 -04:00
Christian Kampka 0f132d0f27 zsh-history: make use of installShellCompletions helper 2019-09-28 13:09:18 +02:00
Christian Kampka 165b47bfe4 zsh-history: Refactor use of with lib 2019-09-28 13:09:18 +02:00
Christian Kampka ab42e39367 zsh-history: package build improvements 2019-09-28 13:09:17 +02:00
Christian Kampka 887c1741dc zsh-history: unsable 2019-08-29 -> 2019-09-27 2019-09-28 13:09:17 +02:00
Christian Kampka a81317364c zsh-history: init at unstable-2019-08-29 2019-09-28 13:09:17 +02:00
Tim Steinbach 5c1adffe6e
oh-my-zsh: 2019-09-20 -> 2019-09-24 2019-09-26 10:45:50 -04:00
Will Dietz 97c1065ae7
zsh-completions: 0.30.0 -> 0.31.0 2019-09-21 02:54:36 -05:00
Tim Steinbach 861840baf6
oh-my-zsh: 2019-09-13 -> 2019-09-20 2019-09-20 09:48:17 -04:00
Tim Steinbach 4a719e2884
oh-my-zsh: 2019-09-11 -> 2019-09-13 2019-09-18 07:19:12 -04:00
geistesk aaf514d322 spaceship-prompt: 3.7.1 -> 3.11.2 2019-09-14 18:50:09 +09:00
Tim Steinbach 833baa746b
oh-my-zsh: 2019-09-08 -> 2019-09-11 2019-09-12 18:53:18 -04:00
Tim Steinbach 5e3faee99f
oh-my-zsh: 2019-08-07 -> 2019-09-08 2019-09-09 08:46:35 -04:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Vladimír Čunát 4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Maximilian Bosch c3f2d66e31
zsh-you-should-use: 1.1.0 -> 1.4.0
https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#140
2019-09-01 21:32:38 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jörg Thalheim cf5f02b4bb
zsh/pth/zsync: cross fixes (#65780)
zsh/pth/zsync: cross fixes
2019-08-14 07:15:01 +01:00
Tim Steinbach cacc355f61
oh-my-zsh: 2019-08-06 -> 2019-08-07 2019-08-08 10:28:50 -04:00
Tim Steinbach 6808d00dfa
oh-my-zsh: 2019-07-31 -> 2019-08-06 2019-08-07 09:32:11 -04:00
Jörg Thalheim 84d2202a46
zsh: fix cross-compiling support 2019-08-02 10:04:10 +01:00
Tim Steinbach 15feb3893d
oh-my-zsh: 2019-07-22 -> 2019-07-31 2019-07-31 09:25:19 -04:00
Tim Steinbach ebf746457d
oh-my-zsh: 2019-07-13 -> 2019-07-22 2019-07-23 08:36:18 -04:00
Tim Steinbach 7403a08153
oh-my-zsh: 2019-07-01 -> 2019-07-13 2019-07-15 07:26:55 -04:00
Maximilian Bosch 241a7bb363
Merge pull request #63920 from Ma27/package-zsh-you-should-use
zsh-you-should-use: init at 1.1.0
2019-07-09 23:28:53 +02:00
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
R. RyanTM 0c96c9b505 zsh-autosuggestions: 0.5.2 -> 0.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zsh-autosuggestions/versions
2019-07-03 08:29:01 +02:00
Tim Steinbach ec846ecf71
oh-my-zsh: 2019-06-27 -> 2019-07-01 2019-07-01 18:30:51 -04:00
Maximilian Bosch 02e8a36df1
zsh-you-should-use: init at 1.1.0
Simple zsh plugin that reminds you to use existing aliases. With
`oh-my-zsh` it can be installed like this:

```
{
  programs.zsh.ohMyZsh = {
    customPkgs = [ pkgs.zsh-you-should-use ];
    plugins = [ "you-should-use" ];
  };
}
```
2019-06-29 12:14:42 +02:00
Tim Steinbach 2cbaf5b75c
oh-my-zsh: 2019-06-15 -> 2019-06-27 2019-06-28 07:57:58 -04:00
Tim Steinbach 9c9229207b
oh-my-zsh: 2019-06-15 -> 2019-06-15 2019-06-19 08:54:10 -04:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM 599ec87849 antibody: 4.1.1 -> 4.1.2 (#63210)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/antibody/versions
2019-06-16 09:05:55 -07:00
Tim Steinbach 3385abd753
oh-my-zsh: 2019-06-12 -> 2019-06-15 2019-06-15 13:58:09 -04:00
Tim Steinbach 910b179506
oh-my-zsh: 2019-06-11 -> 2019-06-12 2019-06-13 10:06:36 -04:00
Tim Steinbach eb359ddb73
oh-my-zsh: 2019-06-08 -> 2019-06-11 2019-06-12 13:09:46 -04:00
Tim Steinbach aea4b4a030
oh-my-zsh: 2019-06-01 -> 2019-06-08 2019-06-08 19:17:04 -04:00
Tim Steinbach 57815f9164
oh-my-zsh: 2019-05-28 -> 2019-06-01 2019-06-02 13:27:17 -04:00
Tim Steinbach 90267ba813
oh-my-zsh: 2019-05-27 -> 2019-05-28 2019-05-28 18:12:37 -04:00
Tim Steinbach c0c947814d
oh-my-zsh: 2019-05-26 -> 2019-05-27 2019-05-28 08:44:42 -04:00
Tim Steinbach 567b63c78f
oh-my-zsh: 2019-05-21 -> 2019-05-26 2019-05-26 10:10:57 -04:00
Tim Steinbach 963a993097
oh-my-zsh: 2019-05-19 -> 2019-05-21 2019-05-22 09:04:12 -04:00
Tim Steinbach 7711aed354
oh-my-zsh: 2019-05-17 -> 2019-05-19 2019-05-20 11:04:31 -04:00
Tim Steinbach 9d200707ba
oh-my-zsh: 2019-05-11 -> 2019-05-17 2019-05-17 10:28:16 -04:00
Tim Steinbach 18d0273877
oh-my-zsh: 2019-05-09 -> 2019-05-11 2019-05-11 09:17:37 -04:00
Tim Steinbach 26fa9aa8d2
oh-my-zsh: 2019-05-08 -> 2019-05-09 2019-05-09 08:18:47 -04:00
Tim Steinbach 81e075ab56
oh-my-zsh: 2019-05-06 -> 2019-05-08 2019-05-08 10:13:43 -04:00
Tim Steinbach 6104102c24
oh-my-zsh: 2019-05-05 -> 2019-05-06 2019-05-07 08:04:53 -04:00
Tim Steinbach e3bee64f78
oh-my-zsh: 2019-05-03 -> 2019-05-05 2019-05-06 08:49:11 -04:00
Tim Steinbach 01c27d6faf
oh-my-zsh: 2019-05-01 -> 2019-05-03 2019-05-04 10:36:57 -04:00
Tim Steinbach eed255e044
oh-my-zsh: 2019-04-29 -> 2019-05-01 2019-05-02 13:57:46 -04:00
Tim Steinbach 1003fd58fb
oh-my-zsh: 2019-04-26 -> 2019-04-29 2019-04-29 08:50:01 -04:00
Tim Steinbach 6cc803c7aa
oh-my-zsh: 2019-04-25 -> 2019-04-26 2019-04-26 18:10:36 -04:00
Tim Steinbach 11d05d5122
oh-my-zsh: 2019-04-22 -> 2019-04-25 2019-04-25 20:39:25 -04:00
Tim Steinbach 0a0bd37fec
oh-my-zsh: 2019-04-18 -> 2019-04-22 2019-04-23 06:38:48 -04:00
markuskowa d0e70ac2d3
Merge pull request #60010 from JohnAZoidberg/https-urls
HTTPS urls
2019-04-22 23:37:07 +02:00
Silvan Mosberger 74697340dd
Merge pull request #59823 from Ma27/bump-lambda-mod-zsh-theme
lambda-mod-zsh-theme: 2017-10-08 -> 2019-04-17
2019-04-22 22:49:06 +02:00
Daniel Schaefer bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Tim Steinbach d36827bd08
oh-my-zsh: 2019-04-04 -> 2019-04-18 2019-04-19 08:11:49 -04:00
Maximilian Bosch dadf97736b
lambda-mod-zsh-theme: 2017-10-08 -> 2019-04-17
See 61c373c...6b83aed

The newly introduced commit (87e7cd7) adds support for LAMBDA_MOD_N_DIR_LEVELS
to control the amount of dir levels shown in the prompt.
2019-04-18 11:52:39 +02:00
Maximilian Bosch b9cacc1de1
nix-zsh-completions: 0.4.2 -> 0.4.3
Added new completions for `nixos-build-vms`[1].

See https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.3

[1] https://github.com/NixOS/nixpkgs/pull/55121 added support for
`--option`.
2019-04-18 11:35:57 +02:00
Will Dietz 08beac0512 zsh-autosuggestions: 0.5.1 -> 0.5.2 (#59416) 2019-04-14 22:25:24 +02:00
Maximilian Bosch 2fdca0eb58
Merge pull request #59134 from NickHu/zsh-prezto
zsh-prezto: 2017-12-03 -> 2019-03-18
2019-04-09 02:27:49 +02:00
R. RyanTM 66488adce8 grml-zsh-config: 0.15.3 -> 0.16.0 (#58688)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grml-zsh-config/versions
2019-04-08 00:27:26 +02:00
Nick Hu 1d03cbb875 zsh-prezto: 2017-12-03 -> 2019-03-18 2019-04-07 15:48:01 +01:00
Tim Steinbach 3e6b38ebc8
oh-my-zsh: Add update script 2019-04-06 19:47:08 -04:00
Tim Steinbach b248553282
oh-my-zsh: 2019-01-15 -> 2019-04-04 2019-04-06 19:47:08 -04:00
Tim Steinbach 4f02088386
oh-my-zsh: Move rev outside src
This will allow it to work with the update script
2019-04-06 19:47:08 -04:00
Will Dietz cd9e67a860 zsh-autosuggestions: 0.5.0 -> 0.5.1 (#59037) 2019-04-06 10:17:19 +00:00
Wael Nasreddine 52dae14f0c
buildGoModule: use go_1_12 instead of go_1_11 (#58103) 2019-03-21 20:40:07 -07:00
worldofpeace 7bd17fbd51 antibody: 4.1.0 -> 4.1.1, use buildGoModule 2019-03-20 23:10:33 -04:00
qolii d7310a8092 Switch over to fetchFromGitHub, and update version to reflect temporary nature. 2019-03-08 13:14:14 -08:00
qolii f4d1a4e899 Switch zsh-git-prompt to new fork. 2019-03-06 14:22:20 -08:00
R. RyanTM 3b51bceee6 gradle-completion: 1.3.1 -> 1.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gradle-completion/versions
2019-03-02 03:02:50 -08:00
worldofpeace 90e569811d
Merge pull request #56173 from worldofpeace/worldofpeace-updates
worldofpeace updates
2019-02-22 12:54:36 -05:00
Florian Friesdorf fbef5ab82f Remove myself as maintainer from packages
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
worldofpeace 8f1ba58e42 antibody: 4.0.2 -> 4.1.0 2019-02-21 19:45:48 -05:00
Will Dietz bcea7dd394 zsh: 5.7 -> 5.7.1 2019-02-03 19:05:19 -06:00
Piotr Halama 40296f7c18 zsh: fix for infinite recursion in VCS_INFO_detect_p4
Fixes following error for grml-zsh users:
VCS_INFO_detect_p4:79: maximum nested function level reached; increase FUNCNEST?
2019-01-28 20:09:36 +01:00
Pascal Wittmann f826944d77
zsh: 5.6.2 -> 5.7 2019-01-24 21:37:54 +01:00
Tim Steinbach 4dd6ea08f9
oh-my-zsh: 2018-11-27 -> 2019-01-15 2019-01-15 18:42:57 -05:00
Sean Haugh 68982ea938 zsh: move --enable-zprofile into configureFlags (#52718) 2019-01-08 11:11:37 +01:00
Matthew Bauer 1a7d28e31f
Merge pull request #53201 from Izorkin/zsh-command-time
zsh-command-time: enable work with options customPkgs
2019-01-04 10:35:54 -06:00
R. RyanTM 7e9720559d grml-zsh-config: 0.15.2 -> 0.15.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grml-zsh-config/versions
2019-01-03 12:51:16 -05:00
Izorkin a9c3035bd1 zsh-command-time: enable work with options customPkgs 2019-01-02 18:37:38 +03:00
R. RyanTM de0de8903f grml-zsh-config: 0.15.1 -> 0.15.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grml-zsh-config/versions
2018-12-26 11:23:03 +01:00
Will Dietz 783957c72b zsh-completions; 0.29.0 -> 0.30.0
https://github.com/zsh-users/zsh-completions/releases/tag/0.30.0
2018-12-19 13:35:55 -06:00
Tim Steinbach 147f9a0f96
oh-my-zsh: 2018-11-02 -> 2018-11-27 2018-12-10 09:54:19 -05:00
R. RyanTM fa0d6e6481 zsh-autosuggestions: 0.4.3 -> 0.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zsh-autosuggestions/versions
2018-12-08 14:39:40 -08:00
Tor Hedin Brønner 5bc0270211 nix-zsh-completions: 0.4.1 -> 0.4.2 2018-12-04 08:32:29 +01:00
worldofpeace 09d877865e antibody: 4.0.0 -> 4.0.2 2018-12-02 02:48:29 -05:00
Maximilian Bosch e446261e51
nix-zsh-completions: 0.4.0 -> 0.4.1
Contains several bugfixes that improve the ZSH completion for nix*
commands.

For further reference: https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.1
2018-11-26 01:13:14 +01:00
R. RyanTM 1a4bb5adc7 grml-zsh-config: 0.15.0 -> 0.15.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grml-zsh-config/versions
2018-11-25 04:25:39 -05:00
nyanloutre fb3d15c34c
spaceship-prompt: correct homepage url 2018-11-11 10:53:51 +01:00
Paul TREHIOU 0f21becbab spaceship-prompt: init at 3.7.1 (#50177)
* spaceship-prompt: init at 3.7.1

* spaceship-prompt: useless zsh argument
2018-11-11 02:17:57 +01:00
Tim Steinbach 072b2b86b0
oh-my-zsh: 2018-09-19 -> 2018-11-02 2018-11-07 20:04:21 -05:00
Peter Simons bf26876a28 zsh-git-prompt: don't hard-code any particular compiler version
Just use whatever is the current default.
2018-11-02 20:16:56 +01:00
Jörg Thalheim 4b9c30e6e7
Merge pull request #49086 from dtzWill/update/zsh-completions
zsh-completions: 0.28.0 -> 0.29.0
2018-10-25 14:59:25 +01:00
Will Dietz 545131a7de zsh-completions: 0.28.0 -> 0.29.0 2018-10-24 22:40:35 -05:00
worldofpeace e016039f98 antibody: 3.7.0 -> 4.0.0 2018-10-24 14:12:05 -04:00
Maximilian Bosch e8fb77a944
Merge pull request #46152 from Ma27/fix-setxkbmap-completion
zsh: patch `_setxkbmap` completion script
2018-10-19 14:33:04 +02:00
Tim Steinbach e0a98c5dc0
oh-my-zsh: 2018-09-03 -> 2018-09-14 2018-10-16 16:50:46 -04:00
worldofpeace 5c2059df22 antibody: 3.6.1 -> 3.7.0 (#47943) 2018-10-06 15:32:50 +02:00
Maximilian Bosch 18d461533b
zsh: patch _setxkbmap completion script
Instead of searching `/usr` it should search for the `xkb`,
$XDG_DATA_DIRS will be searched. With this approach we allow compliance
on NixOS and non-NixOS systems to find `symbols` in the `xkb` directory.

The patch has been accepted by upstream, but isn't released yet, so this
is mainly a temporary fix until we can bump ZSH to the next stable version.

The `xserver` module links `/share/X11/xkb` to `/run/current-system` to
make this possible.

The fix can be tested inside the following VM:

```
{
  zshtest = {
    programs.zsh.enable = true;
    users.extraUsers.vm = {
      password = "vm";
      isNormalUser = true;
    };
    services.xserver.enable = true;
  };
}
```

Fixes #46025
2018-09-20 12:54:34 +02:00
Will Dietz ef21db9bd3 zsh: 5.6.1 -> 5.6.2
From upstream's NEWS:

> Changes from 5.6.1 to 5.6.2
> ---------------------------
>
> Fix another SIGTTOU case.
>
> Fix SIGWINCH being ignored when zsh is not in the foreground.
>
> The release tarballs are now compressed using xz(1), whereas previously
> both xz(1) and gzip(1) versions were available.  If this gets in your way,
> give us a shout.
>
2018-09-15 00:05:48 -05:00
Alyssa Ross e2bdf5ea3b
zsh-history-substring-search: init at 1.0.1 2018-09-11 13:59:54 +01:00
Christoph Hrdinka cc68ac9807
zsh: 5.6 -> 5.6.1
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-09-10 23:19:05 +02:00
Will Dietz 59f5a65e72 zsh: 5.5.1 -> 5.6 (#46052)
Security, see:

https://github.com/zsh-users/zsh/blob/zsh-5.6/NEWS#L7
2018-09-04 23:32:43 +02:00
Tim Steinbach 98ef33ec74
oh-my-zsh: 2018-07-29 -> 2018-09-03 2018-09-04 16:19:43 -04:00
R. RyanTM ff0c0780c7 zsh-completions: 0.27.0 -> 0.28.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
zsh-completions
2018-08-30 08:05:14 -07:00
Silvan Mosberger 8fb7ab9b32
Merge pull request #43282 from Ma27/support-external-zsh-plugins
nixos/ohMyZsh: allow multiple derivations in `ZSH_CUSTOM`
2018-08-12 16:47:12 +02:00
Maximilian Bosch efc9511c16
lambda-mod-zsh-theme: add hooks and patch shebangs
This ensures that no impurity exists due to implicitly depending
on`/usr/bin/env`.

It stores the theme into `$out/share/zsh/themes` to make it possible to
find theme using `buildEnv` and remain consistent with other ZSH
extensions.
2018-08-05 23:01:18 +02:00
Maximilian Bosch 1922b43b7e
nix-zsh-completions: install nix.plugin.zsh and init.zsh as well
These files feature simple aliases and a nix-shell detector when using
`nix-shell --run zsh`. The package itself contains the completion scripts in
`$out/share/zsh/site-functions` (to keep it compatible with ZSH-only
setups) and the plugins in `$out/share/zsh/plugins` for oh-my-zsh.
2018-08-05 23:01:18 +02:00
worldofpeace e91360066e antibody: 3.5.1 -> 3.6.1 (#44481) 2018-08-05 21:00:55 +02:00
Tim Steinbach 8e0c0165a1
oh-my-zsh: 2018-04-25 -> 2018-07-29 2018-07-29 20:07:43 +00:00
Izorkin 264077482e zsh-command-time: disable exec flag 2018-07-27 14:55:02 +03:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Izorkin 4585ff1a9a zsh-command-time: 2017-05-09 -> 2018-04-30 2018-07-12 09:45:54 +03:00
Maximilian Bosch 4dfea241bc gradle-completion: init at 1.3.1 (#42929)
This package adds completion scripts for `gradle` on the `bash` and
`zsh` shells.

The completions can be enabled like this:

```
{ pkgs, ... }:
{
  environment.systemPackages = [ pkgs.gradle pkgs.gradle-completion ];
  programs.zsh.enable = true;
}
```

The package stores the scripts into the expected directories in
`$out/share` to ensure that the shells can easily find their scripts.

Closes #42799
2018-07-05 00:34:28 +02:00
worldofpeace b0f40321e4 antibody: 3.5.0 -> 3.5.1 (#42818) 2018-06-30 19:05:28 +02:00
Ryan Mulligan 1d54dc6841 treewide: http -> https 2018-06-29 17:18:27 -07:00
worldofpeace 84670fb9c8 antibody: 3.4.6 -> 3.5.0 (#41746) 2018-06-10 00:14:54 +02:00
R. RyanTM 67af5ba643 grml-zsh-config: 0.14.3 -> 0.15.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/grml-zsh-config/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/f301ffb4e2c7eb9a9e2a03bc7291a958
- du listing: https://gist.github.com/810ea8b2fb0bfc9f2bd5eee5e90fce2a
2018-06-08 08:06:37 -07:00
R. RyanTM 31f76cde3e zsh-autosuggestions: 0.4.2 -> 0.4.3 (#40949)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/zsh-autosuggestions/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.4.3 with grep in /nix/store/dvwkp03wvr20n7yf3738hxsl9h1ab02i-zsh-autosuggestions-0.4.3
- directory tree listing: https://gist.github.com/dd361ac28a6f251b013a1fafa71c394e
- du listing: https://gist.github.com/cb334bbb9559eb43e36794d276a97db9
2018-05-23 11:54:14 +02:00
worldofpeace f434c71def antibody: init at 3.4.6 2018-05-19 13:45:50 -04:00
Tor Hedin Brønner f7a46b2a1d nix-zsh-completions: 0.3.9 -> 0.4.0
Fix a nasty regression when completing eg. `-f`.
2018-05-02 12:45:18 +02:00
Tim Steinbach 14ebf244fe
oh-my-zsh: 2018-04-06 -> 2018-04-25 2018-04-26 08:08:53 -04:00
Tor Hedin Brønner 2848b5db7d nix-zsh-completions: 0.3.8 -> 0.3.9 2018-04-25 11:16:06 +02:00
Matthew Bauer ddaea6ac77 pkgs/shells: move extensions to subdirs
These are not reaal shells and should go into their parent shell
directory.
2018-04-17 14:47:32 -05:00
Tim Steinbach c69eae9a91
zsh: 5.5 -> 5.5.1 2018-04-17 12:08:38 -04:00
Tor Hedin Brønner 9d53bc38c1 zsh: 5.4.2 -> 5.5 2018-04-09 17:21:07 +02:00
Will Dietz 2b8e900403 zsh: set configureFlags and checkFlags at nix level, also fix cross
As-is the use of 'configureFlags="..."' breaks cross compilation
as it drops the configure platforms arguments.

Set zprofile separately to handle $out.
2018-02-06 20:14:52 -06:00
Tim Steinbach 77e05e2c13
zsh: 5.4.1 -> 5.4.2 2017-08-29 17:54:11 -04:00
mimadrid 7eca5a7388
zsh: 5.3.1 -> 5.4.1 2017-08-12 17:03:31 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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
2017-08-01 22:03:30 +02:00
Pascal Wittmann 2cfe735d1a
zsh: 5.3 -> 5.3.1 2016-12-21 21:21:59 +01:00
Tim Steinbach 788417e607
zsh: 5.2 -> 5.3 2016-12-12 17:48:18 -05:00
zimbatm 7e578dc334 zsh: add shellPath passthru 2016-06-12 18:57:31 +01:00
Christian Albrecht 9c6a69230d zsh: fix configureFlags #14256
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.
2016-03-31 16:57:30 +02:00
Christoph Hrdinka c4ee8f5700 zsh: fix zsh.info* install location 2016-03-09 14:13:31 +01:00
Pascal Wittmann 68a1b2411a zsh: 5.1.1 -> 5.2 2015-12-05 17:07:41 +01:00
Christian Albrecht 97332d30f6 zsh: re-enable tests skipping broken
Do not disable all tests, only those broken as zsh/zpty module is not
available on hydra.
2015-11-26 09:59:27 +00:00
Pascal Wittmann f24e989fd2 zsh: 5.1 -> 5.1.1 2015-09-12 11:58:57 +02:00
Pascal Wittmann fe3609b646 [zsh] disable tests again, they fail on hdyra 2015-09-08 12:45:33 +02:00
Pascal Wittmann 092a5eea28 zsh: enable tests 2015-09-06 19:04:55 +02:00
Pascal Wittmann 78b33072d8 zsh: update from 5.0.8 to 5.1 2015-09-06 19:04:55 +02:00
Pascal Wittmann 6ceecb5548 zsh: update from 5.0.7 to 5.0.8
add myself as maintainer
2015-06-08 12:55:38 +02:00
Eelco Dolstra 61cca2cadf meta.homePage -> homepage 2015-04-20 14:20:03 +02:00
Pascal Wittmann 164a6f878c zsh: update from 5.0.6 to 5.0.7 2014-10-09 09:43:33 +02:00
muflax 9d9258be5c zsh: bump version 2014-09-27 08:33:32 +01:00
muflax 368d0b4213 zsh: enable pcre 2014-09-27 08:33:29 +01:00
Joel Taylor 3bc13f1c58 allow zsh on mac 2014-07-17 15:38:19 -07:00
Bjørn Forsman 52561fb7a8 zsh: improve description
Capitalize first word. Wrap overlong longDescription line.
2014-06-23 13:07:28 +02:00
Peter Simons cf5ac3bded zsh: update from 5.0.2 to 5.0.5 2014-04-09 12:41:10 +02:00
Danie Roux 63a2b95c21 zsh: Upgrade to 5.0.2 2013-09-01 16:46:21 +02:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Florian Friesdorf 89c3120b20 zsh profile load tweaking only on nixos
svn path=/nixpkgs/trunk/; revision=31149
2011-12-29 20:09:30 +00:00
Florian Friesdorf 0009c1f650 zshprofile to load /etc/profile while emulating bash
svn path=/nixpkgs/trunk/; revision=31148
2011-12-29 19:46:47 +00:00
Florian Friesdorf ecba799e78 zsh meta
svn path=/nixpkgs/trunk/; revision=31147
2011-12-29 19:46:43 +00:00
Florian Friesdorf c6ad751a8c zsh-4.3.15
svn path=/nixpkgs/trunk/; revision=31146
2011-12-29 19:46:37 +00:00