1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-18 05:39:49 +00:00
Commit Graph

146 Commits

Author SHA1 Message Date
skywind3000
781994c1ea new image 2019-02-02 15:45:29 +08:00
skywind3000
38f0d99668 fixed: fzf height issue 2019-02-02 15:29:58 +08:00
skywind3000
ab848bd9ca version 1.1.0, supports fzf by z -I xxx 2019-02-02 15:25:35 +08:00
skywind3000
8f8efb9d31 rename oh-my-zsh entry 2019-02-02 11:40:30 +08:00
skywind3000
b013719a83 update doc 2019-02-02 06:52:17 +08:00
skywind3000
b20ae58a82 update doc 2019-02-02 01:01:28 +08:00
skywind3000
a63d1210f9 fixed: fish shell completion setup parameters error and
close https://github.com/skywind3000/z.lua/issues/16
2019-02-01 21:08:56 +08:00
skywind3000
b34d22bc21 fixed -i issue in fish shell 2019-02-01 19:24:01 +08:00
skywind3000
e50761a2c4 fixed: typo 2019-02-01 18:26:07 +08:00
skywind3000
6a53ba62b1 more safe to get script name 2019-02-01 17:47:22 +08:00
skywind3000
c88b8213c5 clean and safe random seed initializer 2019-02-01 17:27:23 +08:00
Linwei
01b83844db Merge pull request #14 from fannheyward/fix-tmp-files
fix: no more lua_XXXXXX temp files
2019-02-01 16:15:15 +08:00
Heyward Fann
9fe0fc67a0 fix: indent format 2019-02-01 13:55:51 +08:00
Heyward Fann
ddadb20521 fix: no more lua_XXXXXX temp files 2019-02-01 13:21:55 +08:00
skywind3000
90996309f3 update doc 2019-02-01 03:06:38 +08:00
skywind3000
776a08ebcf update doc 2019-02-01 02:31:55 +08:00
skywind3000
97cb32da9c update doc 2019-02-01 02:19:27 +08:00
skywind3000
decfbb7bec update doc 2019-02-01 01:51:27 +08:00
skywind3000
7bf1c9b76a update doc 2019-02-01 01:12:25 +08:00
skywind3000
fbbe1456ca update doc 2019-02-01 00:52:00 +08:00
skywind3000
3400df8e6d update doc 2019-02-01 00:18:07 +08:00
skywind3000
4c0c800ded update doc 2019-02-01 00:10:10 +08:00
skywind3000
22001acac5 update doc 2019-01-31 23:44:10 +08:00
skywind3000
bd59c00f3e update doc 2019-01-31 23:17:42 +08:00
skywind3000
3ccccfcfc4 update chinese README 2019-01-31 22:36:11 +08:00
skywind3000
a485e06800 update chinese documentation 2019-01-31 22:32:48 +08:00
skywind3000
871020b7c2 update documentation about zsh plugin manager support 2019-01-30 12:15:31 +08:00
skywind3000
8c90b12c44 update: oh-my-zsh / antigen entry 2019-01-30 00:05:08 +08:00
skywind3000
0ce9a08cd7 update oh-my-zsh/antigen entry 2019-01-30 00:03:54 +08:00
skywind3000
c02cea1439 add oh-my-zsh/antigen plugin entry 2019-01-29 23:57:50 +08:00
skywind3000
3806828eda update documentation 2019-01-28 20:44:23 +08:00
skywind3000
3fcf11f6d0 1. fixed: in fish shell, path contains spaces is not accepted.
2. supports fish 2.4.0.
2019-01-28 20:41:22 +08:00
skywind3000
ce04313e29 fixed: _ZL_RANDOM 2019-01-28 16:43:10 +08:00
skywind3000
311dd46ece fixed: random number _ZL_RANDOM is empty in fish shell 2019-01-28 16:39:25 +08:00
skywind3000
65087e293b remove unnecessary variables 2019-01-28 16:24:52 +08:00
Linwei
80e385b04d Merge pull request #10 from TeddyDD/fish-2-7 2019-01-21 20:41:04 +08:00
Daniel Lewan
d971ff8913 fix Fish 2.7.1 compability 2019-01-21 12:33:25 +01:00
Linwei
7f4f43a0ba Merge pull request #9 from TeddyDD/fix-confd-docs
fix conf.d mistake in fish docs
2019-01-21 02:23:10 +08:00
Daniel Lewan
95ae9e2882 specify required Fish version 2019-01-20 19:21:20 +01:00
Daniel Lewan
bed121d869 fix conf.d path in README 2019-01-20 19:16:23 +01:00
Linwei
5dda899b8d Merge pull request #7 from TeddyDD/fish
Fish shell support
2019-01-21 01:49:10 +08:00
Daniel Lewan
6ef3b15700 add Fish shell support
- _zlua cmd and _zlua_precmd
- add installation instruction
- once flag support
- support _ZL_CD variable
- completions
2019-01-20 18:28:49 +01:00
Linwei
b66f0ef077 Merge pull request #8 from marsam/master 2019-01-20 04:15:01 +08:00
Mario Rodas
5aa17c3328 Don't return failed exit code when $_ZL_ECHO is unbind
Using the "&&" operator returns the exit code of the first failed
command, and when $_ZL_ECHO is unbind always return 1.
2019-01-19 14:16:36 -05:00
skywind3000
f2e328df22 update docs 2019-01-18 09:46:52 +08:00
skywind3000
be4754240d update README.md 2019-01-18 05:13:01 +08:00
skywind3000
650f3a2846 improve last segment detection 2019-01-18 05:08:35 +08:00
skywind3000
5705c49251 update doc 2019-01-18 05:00:48 +08:00
skywind3000
c19a4ddef8 fix typo 2019-01-18 04:03:52 +08:00
Linwei
9b38fc68b1 Merge pull request #5 from 0xC0FFEE/feature/fix_typos
Feature/fix typos
2019-01-18 04:02:25 +08:00