summaryrefslogtreecommitdiff
path: root/lib/completion.zsh
AgeCommit message (Expand)Author
2020-05-11core: fix zstyle definition of use-cacheMarc Cornellà
2020-04-05lib: speed up slow parts of the lib files; other small fixesMarc Cornellà
2020-02-11lib: load bash completion functions automaticallyMarc Cornellà
2018-05-07Allow completion of dot directories (#6803)Marc Cornellà
2016-12-30 'lib/completion.zsh: Solve typos'Patrick José Pereira
2016-09-22Fix styling of lib/completion.zshMarc Cornellà
2016-09-22Fix hyphen and underscore filename completionGravemind
2015-09-05Switch off line wrapping in case dots occupy extra lineMarc Cornellà
2015-09-05Use prompt expansion sequence to color red the outputMarc Cornellà
2015-09-05Use proper if comparisonMarc Cornellà
2015-04-29Add hyphen insensitivityJordan Klassen
2015-02-16Do not put explicit dot in $cdpath, since it causes problems on Cygwin due to...Andrew Janke
2015-01-08Allow custom cache dirStephen
2014-11-06Change all whoami calls for $USER variableMarc Cornellà
2014-09-16Update Solaris changes to use OSTYPE and zsh datetime module.Moinak Ghosh
2014-07-11Solaris portability tweaks.Moinak Ghosh
2014-06-10ignore usernames beginning with underscoreWill Boyce
2014-03-16Ignore more users in ssh completion.Mariusz Fik
2014-03-13Use zsh's default for ':completion:*:hosts'Daniel Hahler
2013-02-08Merge remote-tracking branch 'upstream/master'Sébastien M-B
2012-08-01Correct variable used for global ssh known host completionAlexis Letessier
2012-06-25Merge remote-tracking branch 'upstream/master'Sébastien
2012-06-12Change hardcoded ~/.oh-my-zsh to $ZSH.s3
2012-04-12Merge remote branch 'upstream/master'Sébastien M-B
2011-12-30Get the HostnameGustavo Barron
2011-12-22Added support for entries in /etc/ssh/ssh_known_hosts.Kyle Smith
2011-11-05Update completion for SSHSébastien M-B
2011-08-30Revert "Enable red dots during completion by default".Robby Russell
2011-07-28Enable red dots during completion by defaultLoïc Yhuel
2011-07-24Display red dots during completion process (disabled by default)Loïc Yhuel
2011-04-20Merge remote branch 'upstream/master'Pat Regan
2011-04-12Moved compinit call back to oh-my-zsh.sh, after plugins are loadedPat Regan
2011-04-12Revert "Enable alias completion, do not limit completion to just files"Robby Russell
2011-04-08Moved the single compinit call from oh-my-zsh.sh to lib/completion.zshPat Regan
2011-04-08Replace redundant calls to compinit with a single call.Pat Regan
2011-03-11Enable alias completion, do not limit completion to just filesWoody Gilk
2010-11-03Completion fixesgwjo
2010-09-26Do not complete named-directoriesTomas Kramar
2010-06-03Removing legacy completion codeRobby Russell
2010-05-07Merge remote branch 'jreese/master'Robby Russell
2010-05-06Don't autoselect first completion entry (Fixes #14)kremso
2010-04-08Ignore errors from compaudit when using `sudo -s`John Reese
2009-12-01RevertToon Claes
2009-11-30Completion from historyToon Claes
2009-11-08Only using the contents of .ssh/known_hosts when the file exists for ssh/scp ...Robby Russell
2009-10-26Fixing merge conflicts 886d97f41e72b8662232a2c6b196fb60508e4f67Robby Russell
2009-10-12Added some commentTo1ne
2009-10-07should probably use the value of CASE_INSENSITIVEMatthew Donoughe
2009-10-07allow case sensitivity to be toggledMatthew Donoughe
2009-09-23merge upstreamJames Cox