Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-29 | Add hyphen insensitivity | Jordan Klassen | |
2015-02-16 | Do not put explicit dot in $cdpath, since it causes problems on Cygwin due ↵ | Andrew Janke | |
to an underlying zsh bug. | |||
2015-01-08 | Allow custom cache dir | Stephen | |
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/ . | |||
2014-11-06 | Change all whoami calls for $USER variable | Marc Cornellà | |
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user. | |||
2014-09-16 | Update Solaris changes to use OSTYPE and zsh datetime module. | Moinak Ghosh | |
2014-07-11 | Solaris portability tweaks. | Moinak Ghosh | |
2014-06-10 | ignore usernames beginning with underscore | Will Boyce | |
2014-03-16 | Ignore more users in ssh completion. | Mariusz Fik | |
Signed-off-by: Mariusz Fik <fisiu@opensuse.org> | |||
2014-03-13 | Use zsh's default for ':completion:*:hosts' | Daniel Hahler | |
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 (c4434d2) does not state why. | |||
2013-02-08 | Merge remote-tracking branch 'upstream/master' | Sébastien M-B | |
Conflicts: lib/aliases.zsh | |||
2012-08-01 | Correct variable used for global ssh known host completion | Alexis Letessier | |
2012-06-25 | Merge remote-tracking branch 'upstream/master' | Sébastien | |
2012-06-12 | Change hardcoded ~/.oh-my-zsh to $ZSH. | s3 | |
2012-04-12 | Merge remote branch 'upstream/master' | Sébastien M-B | |
Conflicts: lib/completion.zsh | |||
2011-12-30 | Get the Hostname | Gustavo Barron | |
Main library should use ZSH native hostname function | |||
2011-12-22 | Added support for entries in /etc/ssh/ssh_known_hosts. | Kyle Smith | |
2011-11-05 | Update completion for SSH | Sébastien M-B | |
Add all hosts found in ~/.ssh/config. Tip found on: http://www.nerux.org/wiki/OpenSSH#coupler_avec_zsh_completion | |||
2011-08-30 | Revert "Enable red dots during completion by default". | Robby Russell | |
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 fc49b4a4ded376cd82b813dcb6d72fdc050b7bed. | |||
2011-07-28 | Enable red dots during completion by default | Loïc Yhuel | |
2011-07-24 | Display red dots during completion process (disabled by default) | Loïc Yhuel | |
2011-04-20 | Merge remote branch 'upstream/master' | Pat Regan | |
Conflicts: plugins/github/github.plugin.zsh | |||
2011-04-12 | Moved compinit call back to oh-my-zsh.sh, after plugins are loaded | Pat Regan | |
2011-04-12 | Revert "Enable alias completion, do not limit completion to just files" | Robby Russell | |
This reverts commit c3a58b00040018743ead1e6672910433fc1ca7c2. | |||
2011-04-08 | Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh | Pat Regan | |
2011-04-08 | Replace redundant calls to compinit with a single call. | Pat Regan | |
2011-03-11 | Enable alias completion, do not limit completion to just files | Woody Gilk | |
2010-11-03 | Completion fixes | gwjo | |
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 | |||
2010-09-26 | Do not complete named-directories | Tomas Kramar | |
2010-06-03 | Removing legacy completion code | Robby Russell | |
2010-05-07 | Merge remote branch 'jreese/master' | Robby Russell | |
2010-05-06 | Don't autoselect first completion entry (Fixes #14) | kremso | |
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. | |||
2010-04-08 | Ignore errors from compaudit when using `sudo -s` | John Reese | |
2009-12-01 | Revert | Toon Claes | |
2009-11-30 | Completion from history | Toon Claes | |
2009-11-08 | Only using the contents of .ssh/known_hosts when the file exists for ssh/scp ↵ | Robby Russell | |
auto-completion. Closes issue #20 | |||
2009-10-26 | Fixing merge conflicts 886d97f41e72b8662232a2c6b196fb60508e4f67 | Robby Russell | |
2009-10-12 | Added some comment | To1ne | |
2009-10-07 | should probably use the value of CASE_INSENSITIVE | Matthew Donoughe | |
2009-10-07 | allow case sensitivity to be toggled | Matthew Donoughe | |
2009-09-23 | merge upstream | James Cox | |
2009-09-23 | Moving all zsh config options into a lib/ subdirectory to make way for some ↵ | Robby Russell | |
upcoming changes to directory structure and configuration options |