Eric Nielsen
0a9d105107
[utility] Simplify correction prompt config
...
For `setopt CORRECT`. Let the user uncomment a line with the `setopt`
directly in the configuration file, instead of having a flag variable
for it.
Closes #90
2016-10-25 16:12:40 -07:00
Sebastian Stammler
e24fed015c
[pacman] Add pacI alias to install without syncing
...
Closes #99
2016-10-25 16:11:16 -07:00
Shaun Hammill
50f74bc56c
[meta] zmanage: rescope usage to local variable
...
Closes #100
2016-10-25 16:06:19 -07:00
Matt Hamilton
b1d5c00d5f
[git] fix 'ggL' alias typo
...
Credit to @toogley for discovering the typo here:
https://github.com/sorin-ionescu/prezto/pull/1157
Since zim and prezto share the same git aliases, it is applicable here
as well.
2016-09-28 04:32:23 -07:00
Eric Nielsen
695d46284c
[meta] use uname -a
to prevent OS conflicts
...
Fix `uname` calls with `-o` parameter, as this is not BSD compatible.
As per @Eriner, use `uname -a` instead as a "catch-all" parameter.
Fixes #75 , Closes #79
2016-09-28 03:02:10 -07:00
Matt Hamilton
d2458b1a8f
[syntax-highlighting] update submodule
2016-09-27 16:40:16 -07:00
Matt Hamilton
e209799a5c
[prompt] pure: update submodule
2016-09-27 16:40:00 -07:00
Matt Hamilton
b5134b8ab2
[prompt] liquidprompt: update submodule
2016-09-27 16:39:35 -07:00
Matt Hamilton
ccd441b197
[completion] update submodule
2016-09-27 16:39:21 -07:00
Eric Nielsen
58aae6a896
[meta] update: Pull latest submodule commit
...
Instead of using `git submodule update`, that will keep the commit
specified in the containing repository index.
Closes #80
2016-09-27 15:59:58 -07:00
Eric Nielsen
f812c1bb6a
[debug] Refactor debug module
...
Use `$PS4` debugging prompt to generate timestamps, instead of GNU `date`.
This also keeps timestamps and respective command together, something
that `paste` could not guarantee given some commands may have multiple lines.
The prompt timestamp has a precision of 6 decimals. The `printf "%12.9f\n"`
instruction with 9 decimals was kept to keep producing "the **SAME** output".
This could be replaced to `printf "%12.6f\n"` to make the output
smaller.
Also, only the first line of commands with multiple lines are saved, to
keep the output format backwards-compatible.
Closes #84
2016-09-27 15:59:02 -07:00
Eric Nielsen
40ef228286
[prompt] magicmace: fix tab completion
...
The offender was `print -P`, where `-P` does [prompt
expansion](http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Prompt-Expansion ).
I took the freedom to also change a few things:
Move the `add-zsh-hook precmd` up,
add `prompt_magicmace_` prefix to all function names,
add `COLOR_` prefix to all color global variables,
and move assignment to `PROMPT` to `prompt_magicmace_setup`.
Fixes #70 , Closes #81
2016-09-27 15:58:45 -07:00
Matt Hamilton
071ddaf0ac
[meta] zim_issue now recommends debug logs
2016-09-06 13:10:47 -07:00
Matt Hamilton
d551b90050
[meta] add zim_debug tool
...
Closes #51
2016-09-06 13:05:17 -07:00
Matt Hamilton
d55939e528
[meta] add zim_issue template builder
2016-09-05 16:34:27 -07:00
Matt Hamilton
2214494881
[Readme] add update and removal notes
...
Closes #50
2016-09-05 15:36:50 -07:00
Matt Hamilton
c533afc0cb
[template] zimrc: add meta module
2016-09-05 15:30:29 -07:00
Matt Hamilton
a9c8269291
[prompt] pure: update submodule
2016-09-04 08:46:06 -07:00
Matt Hamilton
0fa860ef84
[completion] update submodule
2016-09-04 08:45:54 -07:00
Matt Hamilton
e2ef8f1bb5
[syntax-highlighting] update submodule
2016-09-04 08:45:32 -07:00
Matt Hamilton
f7d3cdf812
[meta] add module and fixup tools
2016-09-02 18:28:29 -07:00
Matt Hamilton
b7bc7bb69e
[tools] initial commit
2016-09-02 17:46:11 -07:00
Matt Hamilton
fc45c8e328
[syntax-highlighting] update submodule
2016-08-30 09:29:30 -07:00
Matt Hamilton
882441c625
[syntax-highlighting] update submodule
2016-08-21 11:38:02 -07:00
Juraj Fiala
a1341265b9
[input] Add PageUp/Down to navigate history
...
Incredibly useful when combined history-substring-search and/or a laptop keyboard.
Closes #72
2016-08-15 23:14:54 -07:00
Matt Hamilton
e49fdbd260
[syntax-highlighting] update submodule
2016-08-15 20:32:44 -07:00
Fernando Barillas
1b44eb6404
[prompt] Add lean prompt: github.com/miekg/lean
...
Closes #71
2016-08-15 20:31:17 -07:00
Matt Hamilton
bb81ab09b9
[syntax-highlighting] update submodule
2016-08-11 18:14:11 -07:00
Matt Hamilton
8ff67e0987
[completion] update submodule
2016-08-11 18:13:53 -07:00
Matt Hamilton
8ac887e8e9
[prompt] pure: update submodule
2016-07-27 19:41:05 -07:00
Sandor Nagy
ce73d62764
[template] expand note of highlighter conflicts
...
Closes #68
2016-07-27 19:38:08 -07:00
Tmplt
0a33a3de90
[prompt] magicmace: add theme
...
Closes #69
2016-07-27 19:36:43 -07:00
Matt Hamilton
5556897150
[syntax-highlighting] update submodule
2016-07-26 13:51:04 -07:00
Matt Hamilton
474b7e1add
[prompt] pure: update submodule
2016-07-26 13:50:52 -07:00
Matt Hamilton
1af72f41a2
[prompt] liquidprompt: update submodule
2016-07-26 13:50:34 -07:00
Matt Hamilton
8721d39484
[completion] update submodule
2016-07-26 13:50:07 -07:00
nshtg
3a37a3f0e1
[prompt] steeef: always update git information
...
steeef would not update the git information if we stayed in the same directory.
Fixes #66 . Closes #67 .
2016-07-26 13:48:39 -07:00
Amin Bandali
6b2dad4bd1
[prompt] steeef: '#' prompt for privileged users
...
Use `%(!.#.$)` which will display `$` for normal users and `#` for privileged users
Closes #65
2016-07-26 13:36:12 -07:00
Tmplt
5f7a75a969
[prompt] add ranger indicator to eriner theme
...
closes #64
2016-07-17 08:18:49 -07:00
Matt Hamilton
074677207c
[substring-search] update submodule
2016-07-16 17:20:14 -07:00
Matt Hamilton
d904e94ae7
[syntax-highlighting] update submodule
2016-07-16 17:19:33 -07:00
Laurentiu Nicola
8a4413f2ec
[input] Fix parse error old zsh versions
...
Closes #61 , closes #62 .
2016-06-22 16:09:03 -07:00
Matt Hamilton
494e44375c
[environment] fix better bracketed paste
...
Fixes #60
2016-06-22 16:07:46 -07:00
Matt Hamilton
345233741e
[environment] better bracketed paste zsh >=5.2
2016-06-15 18:46:54 -07:00
Matt Hamilton
609d94e949
[README] remote note about AUR package
...
This package is causing issues, and editing Zim to allow for use in this
'packaged' format would be a pain. Installing into your home directory
is the best method of installation.
2016-06-12 11:10:36 -07:00
Matt Hamilton
a849172fbb
[syntax-highlighting] update submodule
2016-06-10 19:50:55 -07:00
Matt Hamilton
746ac0519c
[syntax-highlighting] update submodule
2016-06-03 21:27:23 -07:00
Matt Hamilton
926b47a65d
[prompt] update "liquidprompt" theme submodule
2016-06-03 21:27:11 -07:00
Matt Hamilton
e4378dd8b2
[completion] update submodule
2016-06-03 21:26:48 -07:00
Matt Hamilton
7439df5836
[input] add double-dot expansion option
...
Closes #49
2016-05-20 20:25:04 -07:00