summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2019-12-28osx: use return instead of exit in spotify functionMarc Cornellà
2019-12-28osx: fix exit on quit command in spotify function (#8504)Carver Schmidt
2019-12-27codeclimate: add READMEMarc Cornellà
2019-12-27otp: add README and use clipcopyMarc Cornellà
2019-12-27Rename some plugin READMEs for consistencyMarc Cornellà
2019-12-27tmux-cssh: add READMEMarc Cornellà
2019-12-27svn-fast-info: add README, reorg. pluginMarc Cornellà
2019-12-27sfffe: add READMEMarc Cornellà
2019-12-27rbfu: add READMEMarc Cornellà
2019-12-27paver: add READMEMarc Cornellà
2019-12-27knife_ssh: small tweaksMarc Cornellà
2019-12-27knife_ssh: add READMEMarc Cornellà
2019-12-27knife: add README and reformat completion fileMarc Cornellà
2019-12-27gnu-utils: add README, simplify pluginMarc Cornellà
2019-12-26glassfish: add READMEMarc Cornellà
2019-12-26gas: add READMEMarc Cornellà
2019-12-22fastfile: add READMEMarc Cornellà
2019-12-22colorize: update plugin to support less options (#8392)ProbstDJakob
2019-12-20Rewrite gitstatus collection to be more robust (#7322)lieryan
Fix the finicky parsing logic and just ask git the necessary information directly.
2019-12-20Resolving conflict in README after recent updates for colorize pluginRobby Russell
2019-12-20Resolving conflict in colorize patch #7742Robby Russell
2019-12-20Update link for Pygments Robby Russell
Also moving the dependencies section up
2019-12-20Change order of automatic virtualenv activation/deactivation (#6687)Jay Tavares
When navigating from a virtualenv project directory, first deactivate the virtualenv. Then, check to see if destination directory is also a virtualenv project directory. If it is activate that virtualenv. See #5817.
2019-12-20yarn: add alias for yarn lint (#8481)giovanepadawan
2019-12-19fzf: add support for FreeBSD (#8474)pprugger
2019-12-18fasd: fix plugins name in README (#8483)Anatoli Babenia
2019-12-18extract: add tar.lz support (#8479)Mustaqim Malim
2019-12-17extract: add zstd support (#8469)Filipe Nascimento
2019-12-07arcanist: clarify README (#8461)jtagcat
2019-11-28keychain: pass host as argument to keychain (#8436)matthewhembree
2019-11-28sbt: use new sbt command naming convention (#8426)Reza Hamouleh
2019-11-28fzf: change debian completion file path (#8402)Meng Bo
* Newer Debian packages install completions file in /usr/share/doc/fzf/examples/completion.zsh * Default to buster/stretch path if completion file not found See file list in order from older to newer fzf package versions: - https://packages.debian.org/stretch-backports/amd64/fzf/filelist - https://packages.debian.org/buster/amd64/fzf/filelist - https://packages.debian.org/bullseye/amd64/fzf/filelist - https://packages.debian.org/sid/amd64/fzf/filelist Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-11-23tmux: add ZSH_TMUX_UNICODE to READMEMarc Cornellà
2019-11-23tmux: add support for forced unicode support (#5166)Peter Mosmans
When ZSH_TMUX_UNICODE=true then tmux is informed that UTF-8 is supported. Closes #5166
2019-11-22Merge branch 'master' into colorize-chroma-supportAaron N. Brock
2019-11-21lol: fix yolo alias using https URLMarc Cornellà
Fixes #8418
2019-11-21Remove current directory from sys.path in python invocations (#8408)Marc Cornellà
* Remove current directory from sys.path in python invocations
2019-11-20Actions to take after repository migration is complete (#8394)Marc Cornellà
* Change project URL from robbyrussell to ohmyzsh org * Update git remote to use ohmyzsh org repository
2019-11-20jenv: only add to PATH if not already on it (#8414)Jason Pickens
This prevents the jenv plugin from messing up the PATH and putting `user/local/bin` back at the front of the PATH, undoing any careful setup done before enabling this plugin.
2019-11-20colorize: update Pygments download link (#8407)Jacob Tomaw
2019-11-20terraform: update completion (#8396)Håvard Moen
2019-11-19Replace "restart shell" documentation "exec zsh" (#8411)Jacob Tomaw
Running `source ~/.zshrc` can have side effects, it's better to reload the whole zsh session with `exec zsh`.
2019-11-19Use safer append to hook function arrays (#8406)Jacob Tomaw
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-11-19rails: fix rendering issue in README (#8410)Taico Aerts
2019-11-19extract: add RPM archive support (#8347)Richard Pöttler
Also more quiet extraction. -D for cpio was not used due to additional output.
2019-11-18git-auto-fetch: stop plugin from asking for ssh-key passphrase (#8399)Syphdias
2019-11-17Echo to Error-Stream. Double quote to prevent globbing and word splitting.Jakob Probst
2019-11-17Update default color to 'emacs' which both chroma & pygmentize supportAaron N. Brock
2019-11-17Fix issue recognizing if tools are insalledAaron N. Brock
2019-11-16Fix some comments and messages. Remove (probably) debug messages. Improve ↵Jakob Probst
ZSH_COLORIZE_TOOL recognition.