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

262 Commits

Author SHA1 Message Date
Linwei
b181d21be9 Merge pull request #39 from BarbUk/fix/bash_fzf_enhancement
Some enhancement to bash fzf completion
2019-02-10 16:26:20 +08:00
skywind3000
332700fe12 fixed: abspath on FreeBSD 2019-02-10 16:05:10 +08:00
BarbUk
ed410cb0ce Return 0 is the default 2019-02-10 11:48:00 +04:00
BarbUk
61d9a73873 Replace /home/barbuk by ~ and complete with frequency 2019-02-10 11:47:09 +04:00
BarbUk
32ae34d050 Remove space after completion 2019-02-10 11:45:49 +04:00
skywind3000
849cd40c03 update doc 2019-02-10 15:21:45 +08:00
skywind3000
eef9f5a4a0 improve compatibility for ksh 2019-02-10 15:08:23 +08:00
skywind3000
17281a9de1 update doc 2019-02-10 14:36:10 +08:00
skywind3000
dfe8893791 update doc for 1.4.4 2019-02-10 13:06:04 +08:00
skywind3000
56313481f9 legacy posix shells support (ksh, ...) use: z.lua --init posix legacy 2019-02-10 12:59:52 +08:00
skywind3000
d4ef9bedbe update omf entry 2019-02-09 00:05:24 +08:00
skywind3000
afbb84fd42 update omf entry 2019-02-08 23:55:48 +08:00
skywind3000
b221c6ff52 update doc 2019-02-08 23:14:11 +08:00
skywind3000
b941e9eec1 update doc 2019-02-08 22:12:31 +08:00
skywind3000
319dae8ade update init.fish 2019-02-08 21:57:22 +08:00
skywind3000
cb38157998 update omf entry 2019-02-08 21:40:02 +08:00
skywind3000
499d443321 update fish entry 2019-02-08 21:36:42 +08:00
skywind3000
961c09dc3b commit z.lua 2019-02-08 16:08:47 +08:00
skywind3000
8ef9d09c92 update fish initialize 2019-02-08 12:33:21 +08:00
skywind3000
33fe8ac7d0 commit init.fish 2019-02-08 12:13:45 +08:00
skywind3000
d323aadcb9 fixed: minor issues 2019-02-08 11:37:17 +08:00
Linwei
581ae7a3b7 Merge pull request #38 from marsam/master
Do not bind fzf completion on dumb terminals
2019-02-08 07:40:41 +08:00
Mario Rodas
d44bda170f Do not bind fzf completion on dumb terminals 2019-02-07 17:30:12 -05:00
skywind3000
4e5a788e14 accurately handle $_ZL_NO_CHECK 2019-02-08 01:28:49 +08:00
skywind3000
67c18888d2 accurately handle $_ZL_NO_CHECK 2019-02-08 01:25:26 +08:00
skywind3000
ec2a9c251e commit new README.md 2019-02-07 23:52:40 +08:00
skywind3000
f8dc81e95a update doc 2019-02-07 13:16:24 +08:00
skywind3000
3e34763324 commit new file 2019-02-07 12:33:15 +08:00
skywind3000
b84e6d8f4d update omf entry 2019-02-07 12:30:54 +08:00
skywind3000
20ee92d0cc update omf entry 2019-02-07 12:09:14 +08:00
skywind3000
5616e56f23 update omf entry 2019-02-07 12:06:17 +08:00
skywind3000
927a115991 update omf entry 2019-02-07 11:55:19 +08:00
skywind3000
c40f7fc3ac update doc 2019-02-07 03:47:31 +08:00
skywind3000
9958b15542 update doc 2019-02-07 03:26:34 +08:00
skywind3000
120aca17f2 update init.fish 2019-02-07 02:41:53 +08:00
skywind3000
0d57961a0d update doc 2019-02-07 02:30:33 +08:00
skywind3000
4aed6248d7 update oh-my-fish entry 2019-02-07 02:05:44 +08:00
skywind3000
961e9cb3ce update oh-my-fish entry 2019-02-07 01:58:48 +08:00
skywind3000
356d34215e update oh-my-fish entry 2019-02-07 01:53:57 +08:00
skywind3000
10344c3c19 add: oh-my-fish entry 2019-02-07 01:48:59 +08:00
skywind3000
507c6f12c2 fixed typo 2019-02-07 00:08:20 +08:00
skywind3000
16f4c7b468 update doc 2019-02-06 22:41:29 +08:00
skywind3000
18656b120e fixed: purge in fish shell 2019-02-06 20:47:35 +08:00
skywind3000
78c170c988 update batch file 2019-02-06 20:42:47 +08:00
skywind3000
839d8c256f z --purge to clear bad paths manually if you set $_ZL_NO_CHECK 2019-02-06 20:40:51 +08:00
skywind3000
b54c96ac51 update doc 2019-02-06 18:00:30 +08:00
skywind3000
22e0588ce6 update doc 2019-02-06 10:51:57 +08:00
skywind3000
c5f0862dda simplify random_init 2019-02-06 03:26:16 +08:00
Linwei
4c5d0aa404 Merge pull request #35 from BarbUk/new/fzf_tab_completion
BASH: tab complete using fzf
2019-02-06 00:48:54 +08:00
BarbUk
a842fb97c6 Define selected var as local 2019-02-05 20:36:21 +04:00