1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-06-29 09:28:51 +00:00
Commit Graph

398 Commits

Author SHA1 Message Date
skywind3000 6c567b60b3 update doc 2020-03-17 23:12:08 +08:00
skywind3000 8fff9e6471 update doc 2020-03-17 23:11:13 +08:00
skywind3000 f7a9104983 update z.lua 2020-03-17 16:38:30 +08:00
skywind3000 7b43a0afd6 Merge branch 'master' of https://github.com/skywind3000/z.lua 2020-03-17 16:37:48 +08:00
skywind3000 788c0f4b77 new --init option clean to skip hooks 2020-03-17 16:37:21 +08:00
skywind3000 47aa86b0f9 remove files 2020-03-17 11:37:04 +08:00
skywind3000 a1498c8672 update 2020-03-17 02:35:21 +08:00
skywind3000 4c34e29e08 update 2020-03-17 02:26:49 +08:00
skywind3000 3d188ab6d9 update 2020-03-17 02:05:41 +08:00
skywind3000 a5f4cb692c update 2020-03-17 00:50:27 +08:00
skywind3000 77a917d116 update czmod.z 2020-03-17 00:20:06 +08:00
skywind3000 93e9715e7d commit new iposix.c/.h 2020-03-16 23:11:09 +08:00
skywind3000 b7c3fbc4ee update new imembase.c 2020-03-16 22:44:24 +08:00
skywind3000 ebda4aa061 update module 2020-03-16 22:30:50 +08:00
skywind3000 168ec49849 update 2020-03-16 18:48:26 +08:00
skywind3000 ec123de01a update 2020-03-12 18:35:03 +08:00
skywind3000 a0d4750431 commit czmod 2020-03-11 16:23:14 +08:00
skywind3000 d615051a10 improve compinit handling 2020-03-08 00:14:04 +08:00
skywind3000 f448f2ab1f suppress compdef error message if compinit hasn't been invoked. 2020-03-05 18:09:21 +08:00
Linwei 8ed3422670 Merge pull request #93 from Aloxaf/no_compctl
Improve zsh's completion
2020-02-28 17:26:27 +08:00
Aloxaf 3edbda89a0 Improve zsh's completion 2020-02-28 15:32:30 +08:00
Linwei c9b50b3c50 Merge pull request #92 from kidonng/add-fisher-compatibility
添加 Fisher 支持
2020-02-23 17:28:34 +08:00
Kid 228addbc49 Add Fisher compatibility 2020-02-23 13:48:37 +08:00
skywind3000 bca25eba12 fish shell: set $_ZL_ECHO in global scope 1.8.4 2020-02-10 19:26:22 +08:00
skywind3000 097ca07ecd update fish script 2020-02-10 18:24:20 +08:00
skywind3000 4ee783956d update doc 2020-02-10 10:52:03 +08:00
skywind3000 0effba4021 polish: 1.8.3 1.8.3 2020-02-10 00:14:09 +08:00
skywind3000 cada42e5ea z.lua 1.8.3: polish interactive mode in z -b -i 2020-02-10 00:09:08 +08:00
skywind3000 b8b6d1afd6 z.lua 1.8.2 2020-02-09 23:46:35 +08:00
skywind3000 4abe97f989 jump backwards 2020-02-09 23:39:36 +08:00
skywind3000 756d13d8fa zlua 1.8.1: new -b -i and -b -I for interactive backwards cd 2020-02-09 23:34:37 +08:00
skywind3000 4900651af3 Merge branch 'master' of https://github.com/skywind3000/z.lua v1.7.4 2019-12-29 04:59:20 +08:00
skywind3000 836efd3973 1.7.4: new $_ZL_HYPHEN option 2019-12-29 04:59:08 +08:00
Linwei 3b8b4c1fbb Merge pull request #87 from davidosomething/no-aliases
Introduce _ZL_NO_ALIASES to skip creating aliases
2019-12-26 00:35:12 +08:00
David O'Trakoun 8eaebca04a Introduce _ZL_NO_ALIASES to skip creating aliases 2019-12-25 00:16:44 -05:00
Linwei fdd037acf8 Merge pull request #85 from rongmu/_zl_fzf_flag-fix
[zsh plugin] allow the user to customize _ZL_FZF_FLAG beforehand
2019-12-10 17:45:04 +08:00
Shaoyun Yu a817cf6ed2 allow the user to custom _ZL_FZF_FLAG beforehand
increase flexibility: allow the user to custom _ZL_FZF_FLAG before the zsh plugin is loaded
2019-12-10 10:50:55 +09:00
skywind3000 5c36d55698 use lua-filesystem package if possible when $_ZL_USE_LFS is 1 v1.7.3 2019-09-07 01:02:48 +08:00
skywind3000 bdab27db1b fixed wrong return value from os.path.exists 2019-09-06 01:21:28 +08:00
skywind3000 e08f5beca4 update doc 2019-08-01 20:06:05 +08:00
skywind3000 a245db0d93 update doc v1.7.2 2019-08-01 19:54:34 +08:00
skywind3000 dd721703c3 1.7.2: improve bash / zsh shell compatibility 2019-08-01 19:46:23 +08:00
Linwei 7920d56c89 Merge pull request #71 from barlik/prompt-command
Do not append semicolon to PROMPT_COMMAND
2019-08-01 17:45:54 +08:00
Linwei 645818ccc8 Merge pull request #72 from barlik/zsh-hooks 2019-08-01 02:41:19 +08:00
Rastislav Barlik b98911a227 Setting zsh-hooks to be unique is not necessary 2019-07-31 14:46:28 +01:00
Rastislav Barlik 671830059b Do not append semicolon to PROMPT_COMMAND 2019-07-31 13:47:55 +01:00
skywind3000 0fad96124b commit new README.md v1.7.1 2019-06-07 22:17:42 +08:00
skywind3000 465f2b8e62 fixed linux $_ZL_DATA failure 2019-06-07 22:13:29 +08:00
skywind3000 ff9d874ef4 update doc 2019-03-09 17:24:53 +08:00
skywind3000 86120d206e fix: ReplaceFile issue in luajit (windows). v1.7.0 2019-03-09 16:56:46 +08:00