Marek Rusinowski
8064150eee
-ssh.sh: don't expand $userdirs for user matching
...
$userdirs can be quite huge and blindly expanding it to then match as regexp
can be very expensive. Because $userdirs is an associative array, we can do
a direct member lookup which is much quicker.
2022-01-31 22:09:40 +01:00
Aaron Lichtman
585c089968
Merge pull request #10 from zdharma-continuum/ci-pinned-versions
2021-11-13 20:27:09 -06:00
Philipp Schmitt
6f36339a31
Pin zunit, revolver and color.zsh versions
2021-11-13 18:23:36 +01:00
Aaron Lichtman
db6d265db0
Merge pull request #9 from zdharma-continuum/ci
2021-11-13 10:44:42 -06:00
Philipp Schmitt
5327d7f9c0
Remove travic CI config
2021-11-12 23:29:57 +01:00
Philipp Schmitt
41fe53aa00
Unit tests via GH Actions
2021-11-12 23:29:04 +01:00
Alexandros Kozák
f4d007e4da
Restore compatibility with Zsh v4.3.11 ( #7 )
2021-11-12 18:41:38 +01:00
Philipp Schmitt
47f1ce7a32
Merge pull request #6 from zdharma-continuum/gitter-im
2021-11-12 18:11:36 +01: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
8fc2b8b9a7
Update TOC
2021-11-11 15:23:58 +01:00
Philipp Schmitt
1bf99ed4cd
Replace IRC with gitter.im badge
...
https://github.com/zdharma-continuum/zinit/issues/29
2021-11-11 12:07:03 +01:00
Philipp Schmitt
6c072dc503
Update repo url
2021-11-10 18:44:53 +01: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
Aaron Lichtman
9a5a4a5199
Delete FUNDING.yml
2021-11-01 04:54:26 -05:00
Aaron Lichtman
55073ac3b1
Merge pull request #2 from vladdoster/patch-1
2021-11-01 04:09:05 -05:00
vladislav doster
a4cd9a4ec0
(maint): update links to point towards zdharma-contiuum
2021-11-01 04:08:13 -05:00
Sebastian Gniazdowski
817916dfa9
Update plugin.zsh (work dir setting by default).
2021-05-14 14:57:11 -05:00
Sebastian Gniazdowski
a62d721aff
Merge pull request #215 from xPMo/patch-1
...
Blacklist zle-keymap-select widget
2021-01-21 17:57:34 +01:00
xPMo
6c1c00bba0
Blacklist zle-keymap-select widget
...
Fixes #214
2021-01-21 09:20:43 -06:00
Sebastian Gniazdowski
be2f385453
Merge pull request #206 from xerus2000/patch-1
...
Fix oh-my-zsh guide in README.md
2020-11-26 12:01:05 +01:00
Janek
f88a94b8fa
Fix oh-my-zsh guide in README.md
2020-10-08 11:14:36 +02: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
Sebastian Gniazdowski
52bd095088
Merge pull request #198 from pushqrdx/master
...
Fix highlighting lost issues with tab completions and stack pop
2020-08-08 12:52:18 +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
5317179cf4
highlight: Don't use the #i flag for non-extendedglob shells #179
2020-06-29 19:56:23 +02:00
Sebastian Gniazdowski
5d0e4fef45
highlight: Fix the OS X test #179
2020-06-29 10:58:39 +02:00
Sebastian Gniazdowski
19141c09f5
highlight: Definitely disable man chroma on Darwin #179
2020-06-28 18:10:55 +02:00
Sebastian Gniazdowski
3636ce9abd
highlight: Correctly implement the #fff / rgb(f,f,f) feature #167
2020-06-23 13:03:21 +02:00
Sebastian Gniazdowski
4bdc45b506
plugin.zsh: Load zsh/nearcolor
2020-06-21 22:25:59 +02:00
Sebastian Gniazdowski
d737097a5e
highlight: FEATURE – #00ff00 and rgb(00,ff,00) etc. get colored in green
...
etc. #167
2020-06-21 22:22:12 +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
9f1087f3b4
*string-highlight: Support \' inside $'…' #190
2020-05-31 03:56:15 +02:00
Sebastian Gniazdowski
365e51e0e3
*highlight: Use patterns instead of regexes
2020-05-31 03:55:03 +02:00
Sebastian Gniazdowski
b259daa347
*highlight: Don't set unnecessary option
2020-05-31 03:54:20 +02:00
Sebastian Gniazdowski
902cddc127
fast-highlight: Use emulate
2020-05-31 03:53:47 +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
7108a135e1
*highlight: Recognize strace and ltrace
2020-04-20 20:14:33 +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
f1e9456d0c
*make-targets: Rename functions #184
2020-04-16 13:29:52 +02:00
Sebastian Gniazdowski
89afa554c3
*highlight: Include OS X Jiaweis in the man fix #135
2020-04-15 23:54:13 +02:00