- 02 Aug, 2020 1 commit
-
-
Marc Cornellà authored
Closes #8342
-
- 11 May, 2020 1 commit
-
-
Marc Cornellà authored
-
- 05 Apr, 2020 1 commit
-
-
Marc Cornellà authored
-
- 11 Feb, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #8614
-
- 07 May, 2018 1 commit
-
-
Marc Cornellà authored
Fixes #3775, fixes #6543
-
- 30 Dec, 2016 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 21 Sep, 2016 2 commits
-
-
Marc Cornellà authored
-
Gravemind authored
This deletes the previous hack that allowed completing files with the extension: e.g. `abcd.z` to `abcdefg.z`. It is still possible to use `abcd[TAB].z`, and hyphens or underscores are very much more important than this other trick. Source: https://github.com/robbyrussell/oh-my-zsh/issues/1398#issuecomment-169163149 Signed-off-by: Marc Cornellà <marc.cornella@live.com>
-
- 05 Sep, 2015 3 commits
-
-
Marc Cornellà authored
This commit uses the (hopefully) standard rmam and smam escape sequences which toggle off and on line wrapping respectively. This is so that extra dots that don't fit the current line won't be displayed in the next line, which would in turn make the shell display a new prompt on the next line after the dots are hidden. I've added a check for $terminfo rmam and smam values to be sure we have them before printing them out. If this commit breaks something post an issue with your terminal emulator and $TERM value and we'll figure out what went wrong.
-
Marc Cornellà authored
This makes it clearer and possibly more portable for different platforms.
-
Marc Cornellà authored
-
- 29 Apr, 2015 1 commit
-
-
Jordan Klassen authored
-
- 16 Feb, 2015 1 commit
-
-
Andrew Janke authored
Do not put explicit dot in $cdpath, since it causes problems on Cygwin due to an underlying zsh bug.
-
- 08 Jan, 2015 1 commit
-
-
Stephen authored
We are running oh-my-zsh on a shared install and the only issue is each user having a custom cache dir. This will allow us to set the cache dir to ZSH_CACHE_DIR=~/oh-my-zsh/cache/ .
-
- 06 Nov, 2014 1 commit
-
-
Marc Cornellà authored
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user.
-
- 16 Sep, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 11 Jul, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 10 Jun, 2014 1 commit
-
-
Will Boyce 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.
-
- 01 Aug, 2012 1 commit
-
-
Alexis Letessier authored
-
- 12 Jun, 2012 1 commit
-
-
s3 authored
-
- 30 Dec, 2011 1 commit
-
-
Gustavo Barron authored
Main library should use ZSH native hostname function
-
- 22 Dec, 2011 1 commit
-
-
Kyle Smith authored
-
- 04 Nov, 2011 1 commit
-
-
Sébastien M-B authored
Add all hosts found in ~/.ssh/config. Tip found on: http://www.nerux.org/wiki/OpenSSH#coupler_avec_zsh_completion
-
- 31 Aug, 2011 1 commit
-
-
Robby Russell authored
After a few weeks of using this, I'd prefer this to not be enabled by default. My bad for suggesting that in the first place. This reverts commit fc49b4a4.
-
- 28 Jul, 2011 1 commit
-
-
Loïc Yhuel authored
-
- 24 Jul, 2011 1 commit
-
-
Loïc Yhuel authored
-
- 12 Jun, 2011 1 commit
-
-
Ryan Doenges authored
-
- 12 Apr, 2011 2 commits
-
-
Pat Regan authored
-
Robby Russell authored
This reverts commit c3a58b00.
-
- 08 Apr, 2011 2 commits
- 12 Mar, 2011 1 commit
-
-
Woody Gilk authored
-
- 03 Nov, 2010 1 commit
-
-
gwjo authored
Use /etc/hosts in addtion to $HOME/.ssh/known_hosts as the source for hostname completion Turn on completion caching to speed up certain comands When completing usernames, don't include system accounts by default
-
- 26 Sep, 2010 1 commit
-
-
Tomas Kramar authored
-
- 03 Jun, 2010 1 commit
-
-
Robby Russell authored
-
- 07 May, 2010 1 commit
-
-
kremso authored
The key here is not using MENU_COMPLETE which autoselects the first entry, but using AUTO_MENU which displays the menu but autoselects on successive tab hit. Also, do not use zstyle menu yes because that somehow overrides the setopts.
-
- 09 Apr, 2010 1 commit
-
-
John Reese authored
-
- 01 Dec, 2009 1 commit
-
-
Toon Claes authored
-