Commit graph

114 commits

Author SHA1 Message Date
Quentin Burgess 6f57bbe57c
feat(chrome): support for podman (#80) 2025-06-25 09:42:43 +02:00
Lucas Larson 371591a7b6
avoid errors unbound variables and unset parameters (#50)
zsh prints an abundance of errors when `setopt nounset` is enabled and
fast-syntax-highlighting is activated (#49). This commit helps to avoid
the unnecessary verbosity.

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
2023-03-24 23:06:05 +01:00
Loong Wang 770bcd9866
maint: update links (e.g., zdharma -> zdharma-continuum) (#41)
Authored by: @wangl-cc
2022-09-30 22:22:15 -05:00
Francisco Borges 721be2a935
Use 'typeset -g' to avoid warning when WARN_CREATE_GLOBAL is set. (#36) 2022-06-11 11:10:30 +02:00
Philipp Schmitt 84c7e50f12
Merge pull request #3 from agkozak/exit-code 2021-11-11 15:56:57 +01:00
Alexandros Kozak 31107990dc Change : to true 2021-11-11 06:43:43 -08:00
Philipp Schmitt 55fedda2de
Update url 2021-11-10 18:27:26 +01:00
Alexandros Kozak c63603f1e2 Suppress exit code when nearcolor is not available 2021-11-09 10:58:44 -08:00
Sebastian Gniazdowski 817916dfa9 Update plugin.zsh (work dir setting by default). 2021-05-14 14:57:11 -05:00
xPMo 6c1c00bba0
Blacklist zle-keymap-select widget
Fixes #214
2021-01-21 09:20:43 -06:00
Sebastian Gniazdowski a47b508863 Revert "Merge pull request #198 from pushqrdx/master"
This reverts commit 52bd095088, reversing
changes made to 865566ce48.
2020-08-12 01:48:43 +02:00
pushqrdx 94717acab1 check for v5.4 and fallback for older versions
this commit addresses versions older than 5.4 by using older widget hook method
2020-08-08 12:46:01 +02:00
pushqrdx daf9b6c1fe check for appropriate zsh version
adds the check for minimum zsh version supporting `add-zle-hook-widget` for `zle-line-init`
2020-08-07 21:30:00 +02:00
pushqrdx 98876e4e8b fix for highlight loss issues
this commit fixes
1- highlighting lost after tab completion with no results
2- highlighting lost after popping from the stack
2020-08-07 17:30:02 +02:00
Sebastian Gniazdowski 865566ce48 plugin.zsh: Solve the permissions problems #185 2020-07-04 01:56:49 +02:00
Sebastian Gniazdowski 4bdc45b506 plugin.zsh: Load zsh/nearcolor 2020-06-21 22:25:59 +02:00
Sebastian Gniazdowski 29e1c986a1 plugin.zsh: A better condition #185 2020-06-21 18:15:55 +02:00
Sebastian Gniazdowski 6faeb7fc86 plugin.zsh: Don't use man chroma on OS X #179 2020-06-21 18:01:05 +02:00
Sebastian Gniazdowski a58aa4ef24 plugin.zsh: Use the work-dir, not the base-dir #185 2020-04-23 01:59:48 +02:00
Sebastian Gniazdowski 89cdcfd855 plugin.zsh: Correct output file name 2020-04-16 16:11:35 +02:00
Sebastian Gniazdowski 118a9cafb3 plugin.zsh: Correct theme name 2020-04-16 16:10:10 +02:00
Sebastian Gniazdowski d38c611741 plugin.zsh: Correct theme name 2020-04-16 16:08:29 +02:00
Sebastian Gniazdowski a1cb6944ce plugin.zsh: Create secondary_theme.zsh 2020-04-16 16:05:42 +02:00
Sebastian Gniazdowski cb8aa8e3f5 *highlight,plugin.zsh,other: Default theme to have a secondary 2020-04-16 16:04:13 +02:00
Sebastian Gniazdowski a3242a9339 :chroma/* → →chroma/* 2020-04-14 20:06:04 +02:00
Sebastian Gniazdowski e0f3a487f1 Revert "Revert "plugin.zsh: Always highlight, not only on an non-error widget call""
This reverts commit 4656034779.
2020-02-23 01:03:25 +01:00
Sebastian Gniazdowski 41c83eeac7 plugin.zsh: Fix forward-word incompatibility with zsh-autosuggestions
See: https://www.reddit.com/r/zsh/comments/f7w14o/
2020-02-23 01:02:03 +01:00
Sebastian Gniazdowski 08a4ce9695 plugin.zsh: Use emulate instead of bare setopt 2020-02-23 01:01:14 +01:00
Sebastian Gniazdowski 4656034779 Revert "plugin.zsh: Always highlight, not only on an non-error widget call"
This reverts commit bd4564c2f5.
2020-02-22 19:36:09 +01:00
Sebastian Gniazdowski 6358641181 -zplugin.ch → -zinit.ch,*highlight,plugin.zsh: Zplugin → Zinit rename 2020-02-02 19:35:57 +01:00
Sebastian Gniazdowski 23033dfbf8 many: Rename autoload functions to follow the standard recommendations
See:
http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html#namespacing
2020-01-26 22:50:35 +01:00
Sebastian Gniazdowski 429ace63e4 plugin.zsh: Standard-conformant $fpath extending 2020-01-25 00:14:18 +01:00
Sebastian Gniazdowski b2d46e7b46 plugin.zsh: Add FAST_HIGHLIGHT_VERSION parameter 2020-01-11 09:45:21 +01:00
Sebastian Gniazdowski c39c4675a6 Revert "plugin.zsh: Finally always highlight, not only on non-error widgets!"
This reverts commit 6965d962c9.
2019-11-16 01:52:57 +01:00
Sebastian Gniazdowski 6965d962c9 plugin.zsh: Finally always highlight, not only on non-error widgets! 2019-11-15 19:52:22 +01:00
Sebastian Gniazdowski bd4564c2f5 plugin.zsh: Always highlight, not only on an non-error widget call 2019-11-15 18:57:58 +01:00
Sebastian Gniazdowski 6440fd970a plugin.zsh,*highlight,chroma/all: Rename to :chroma to avoid completing
Issue #157
2019-10-21 16:28:23 +02:00
Sebastian Gniazdowski 26dc787ad6 plugin.zsh: Don't override yank-pop 2019-10-03 07:19:45 +02:00
Sebastian Gniazdowski 10d5f36865 plugin.zsh,*-highlight,-whatis.ch,-zplugin.ch: Update copyright notice 2019-09-27 05:21:39 +02:00
Sebastian Gniazdowski 581e75761c plugin.zsh: Shorter and nicer widget name prefix 2019-08-08 07:30:33 +02:00
Sebastian Gniazdowski e89ff7ea02 plugin.zsh: Update the $0 handling so that it fully follows the standard 2019-08-06 21:32:44 +02:00
Sebastian Gniazdowski 785abb5d3a plugin.zsh: Limit default colors to the first 8 if termcap[Co] < 256 2019-07-26 13:41:50 +02:00
Sebastian Gniazdowski 75bf780bc5 plugin.zsh: Apply the non-256 color terminal detection to initial theme 2019-07-15 04:13:54 +02:00
Sebastian Gniazdowski 594c57bae1 plugin.zsh: /fshdbg() 2019-07-15 04:12:36 +02:00
Sebastian Gniazdowski 10c3589a7c -zplugin.ch,*-highlight,plugin.zsh: Exact zplugin highlighing 2019-07-01 16:16:41 +02:00
Sebastian Gniazdowski 399f1b4302 -ogit.ch,plugin.zsh: Restore support for the old git chroma function
Issue #108
2019-06-26 12:56:56 +02:00
Sebastian Gniazdowski 888eac7a27 plugin.zsh: Correctly handle widgets starting with dash (-*) 2019-06-22 16:01:45 +02:00
Sebastian Gniazdowski 695db8c7c2 -whatis.ch,plugin.zsh,*-read-all: @zts-read-all -> -fast-zts-read-all
Issue #141
2019-06-18 16:10:59 +02:00
Sebastian Gniazdowski 7679b9eac9 Merge branch 'chroma-defintions-architecture' 2019-06-15 20:34:08 +02:00
Sebastian Gniazdowski b42b348217 plugin.zsh: Add the missing file @zts-read-all & autoload it #135 2019-06-01 00:50:47 +02:00