- 26 May, 2014 1 commit
-
-
r3dDoX authored
-
- 25 May, 2014 2 commits
- 18 Apr, 2014 1 commit
-
-
Dmitriy authored
-
- 26 Mar, 2014 1 commit
-
-
Andre Eriksson authored
Since e537ee9d, the reverse-menu-complete keybinding has no longer been properly bound (it was accidentally bound to the delete key). This commit again binds it to shift-tab.
-
- 25 Mar, 2014 5 commits
-
-
Marc Cornellà authored
Fixes formatting on some rare cases when a percent ends up in the $CMD variable, like these below: - When assigning a variable, $CMD ends up with the second parameter; in this case, $CMD will contain '+%s%N', messing with the syntax: $ a=`date +%s%N` - A function (or command in general) that contains a percent symbol: $ to\%() { echo $(( $1 * 100 / $3))\% } # $CMD=to%() $ to% 2 of 10 # $CMD=to%
-
LFDM authored
-
Marc Cornellà authored
Fixes #2641, #2642
-
nXqd authored
-
Daniel Hahler authored
Especially given the inc_append_history option, it is not necessary to set the (default) append_history option.
-
- 23 Mar, 2014 1 commit
-
-
Marc Cornellà authored
Fixes #2641, #2642
-
- 21 Mar, 2014 4 commits
-
-
Alexei Danchenkov authored
Delete key (of Fn+Delete on Mac) would print "~" instead of deletion.
-
Alexei Danchenkov authored
-
Alexei Danchenkov authored
Aligned comments
-
Alexei Danchenkov authored
-
- 16 Mar, 2014 1 commit
-
-
Mariusz Fik authored
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
-
- 13 Mar, 2014 1 commit
-
-
Daniel Hahler authored
The manual configuration of ':completion:*:hosts' causes some problems (e.g. issue #1337), and misses useful information (especially from ~/.ssh/known_hosts; issue #690 and issue #1009). The best option appears to be using zsh's default configuration for ':completion:*:hosts'. While rebasing this for a new pull request (#1498 got closed by accident and then requests to re-open it got ignored), it also drops the `users off` setting: completion of user names can be useful, and the commit adding it (c4434d2d) does not state why.
-
- 10 Mar, 2014 1 commit
-
-
Kaiwen Xu authored
Those aliases should be in user's .zshrc file, instead of being default.
-
- 21 Feb, 2014 4 commits
-
-
Marc Cornellà authored
Fixes #2182
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 06 Feb, 2014 1 commit
-
-
Huang, Tao authored
$HIST_STAMP breaks zsh_stats. see #2501
-
- 07 Jan, 2014 1 commit
-
-
LFDM authored
Just activate word-splitting.
-
- 06 Jan, 2014 3 commits
- 31 Dec, 2013 6 commits
- 30 Dec, 2013 1 commit
-
-
LFDM authored
-
- 05 Dec, 2013 1 commit
-
-
Bob Bonifield authored
- Allows for the user to turn on auto-correction using the $ENABLE_CORRECTION variable - Adds aliases regardless of variable assignment to aid users that use setopt to turn correction back on in their zshrc
-
- 29 Nov, 2013 1 commit
-
-
Stefan Tatschner authored
-
- 20 Nov, 2013 1 commit
-
-
Michael Orr authored
-
- 14 Nov, 2013 1 commit
-
-
Petter Abrahamsson authored
-
- 08 Nov, 2013 1 commit
-
-
isquariel authored
-
- 06 Nov, 2013 1 commit
-
-
Pablo Rubianes authored
-