summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-01chruby: add "system" to completion list if available (#5280)Marc Cornellà
Detect system Ruby in default `PATH`, and provide "system" completion if found. Tested with [the Dockerfile](https://gist.github.com/franklinyu/b8deda6a5093a17b575679b5808b371f).
2018-10-01fedora: add README and deprecation warning (#7178)Saurav Jaiswal
2018-10-01iwhois: add README (#7176)David McKissick
2018-10-01jenv: update READMEMarc Cornellà
2018-10-01sudo: add README file (#7177)Griko Nibras
2018-09-26git-auto-fetch: small README fixesMarc Cornellà
2018-09-26add plugin: git-auto-fetch (#5477)Marc Cornellà
2018-09-26agnoster: fix prompt_status error (#6450)Marc Cornellà
This commit fixes the runtime error that says: prompt_status:2: symbols: attempt to assign array value to non-array It trips over a local array which is not properly declared.
2018-09-26fix invalid syntax in old zsh versionsMarc Cornellà
2018-09-25Fix agnoster initial diagnostic errorCarlo Dapor
This PR fixes the runtime error that displays this: ```log prompt_status:2: symbols: attempt to assign array value to non-array ```. It trips over a local array which is not properly declared.
2018-09-25react-native: fix table in README (#7159)Erik
Fixes the broken bottom "Logging" section of the table
2018-09-25bgnotify: use double dash in kdialog title option (#7153)Chris
The options for kdialog in KDE use double dashes
2018-09-24vi-mode: disable displayed mode on startupMarc Cornellà
This change had the unintended consequence of overriding the functions to ensure that application mode was set to use $terminfo sequences, introduced in #6449. Fixes #7137
2018-09-24agnoster: respect git config oh-my-zsh.hide-status (#6362)Marten Seemann
2018-09-24python: remove mypy caches on `pyclean` (#7151)Marc Cornellà
Remove Optional Static Type Checker's (mypy) cache files
2018-09-23Remove Optional Static Type Checker's (mypy) Cache Files on `pyclean`Batuhan's Unmaintained Account
Remove Optional Static Type Checker's (mypy) Cache Files on `pyclean`
2018-09-21docker-compose: add dcupd alias for detached mode start (#7144)Igor Rootsi
2018-09-21react-native: add new iPhone model simulators to README (#7146)Erik
2018-09-21react-native: add iPhone XR, XS, and XS Max simulators (#7145)Erik
2018-09-16man: rename file to *.plugin.zsh (#6016)Nicolas
Also fixed minor typo Closes #6108 Co-authored-by: Matt <sifrawr@gmail.com>
2018-09-15misc: remove execution permission from various filesMarc Cornellà
2018-09-15lib: fix history wrapper when passing numbersMarc Cornellà
If a number is passed without explicitly passing `-l`, it will now behave as if using the history builtin, instead of throwing an error.
2018-09-13react-native: update readme with new aliases (#7135)Erik
2018-09-13git-flow: add "gflfp" alias for feature publish (#6350)Ivan Eisenberg
- Add `gflfp` as an alias for `git flow feature publish` - Update README.md documentation
2018-09-12react-native: add aliases for newer iPhones (#7134)Erik
Added aliases for iPhone 7, 7 Plus, 8, 8 Plus, SE, and X
2018-09-12git: use color auto for ref names in git log (#5729)Max Gautier
Allow the ref names to have differents colors if they are remote refs or local refs, and another color for HEAD (use the same coloring scheme as --decorate option)
2018-09-12git: add git rm aliases (#5433)Luis Ferrer-Labarca
* grm for 'git rm' * grmc for 'git rm --cached'
2018-09-12git: add push force aliases (#6297)Yago Nobre
* gpf to --force-with-lease * gpf! to --force
2018-09-12git: add gbD alias to force-delete branch (#5844)Simen Bekkhus
2018-09-12dash: update dash bundle identifier (#7127)Garth Mortensen
2018-09-12git: add glols alias for glol --stat (#5871)Jefferson F. Pires
2018-09-12git: add alias to `git stash --all` (#5511)Gant Laborde
Stash tracked, ignored and untracked files. Leaves the working directory absolutely clean.
2018-09-12git: add pull rebase --autostash aliases (#6791)Poyoman
2018-09-11urltools: add readme (#7126)Garth Mortensen
2018-09-10osx: add function to remove .DS_Store files (#7008)Matthieu PETIOT
rmdsstore removes .DS_Store files recursively in the current directory by default, or for the given directories.
2018-09-09lib: quote arguments to env_defaultMarc Cornellà
Fixes #7117
2018-09-09Fix incorrect error message when running bi without having bundler installed ↵Iulian Onofrei
(#7112)
2018-09-08lib: small change to git_compare_versionMarc Cornellà
Fixes #7118
2018-09-08fzf: Fix shell directory for archlinux package (#7119)Maxime Brunet
* fzf: Fix shell directory for archlinux package * fzf: Don't clutter PATH if fzf already available * brew has it available via symlink in /usr/local/bin * Fedora and Arch packages have it place in /usr/bin * fzf: Fix archlinux guess by using release file * fzf: unset leftover variables
2018-09-06Feat: add Salt completion plugin (#7031)Michele Bologna
* Feat: add Salt completion * Docs: add README
2018-09-04Add fzf plugin (#6910)Maxime Brunet
2018-09-03fasd: use xdg-open in o alias back againMarc Cornellà
Fixes #6314
2018-09-03fasd: drop-in replace the autojump j alias (#3860)Cristian Măgherușan-Stanciu @magheru_san
2018-09-01jump: fix printf path output (#7105)Ross Lafferty
Using the `jump` plugin, using the `marks` command will yield this output: ``` $ marks desktop marks:printf:5: bad option: -> dotfiles marks:printf:5: bad option: -> home marks:printf:5: bad option: -> ``` the `marks` function uses `printf` with `->` and I believe `-` is used by `printf` for left-justification. changing this to `-- "->"` seems to render the appropriate output. ``` desktop -> /Users/uname/Desktop dotfiles -> /Users/uname/.dotfiles home -> /Users/uname ```
2018-08-31vi-mode: reset-prompt if zle is active (TRAPWINCH)Marc Cornellà
Fixes zle errors when resizing: TRAPWINCH:zle: widgets can only be called when ZLE is active
2018-08-29fix nmap vuln category name (#7044)Fadi Hadzh
2018-08-29Update kubectl.plugin.zsh (#6636)Serhii Kuts
2018-08-29Fix rvm-prompt usage in fino* themes (#6477)Nick Diego Yamane
* theme/fino: Check rvm-prompt is installed before to try to use it Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> * theme/fino-time: Check rvm-prompt is installed before to try to use it Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com>
2018-08-29vi-mode show indicator on zle-line-init and SIGWINCH (#6449)Balint Gyapjas
2018-08-29execute mvnw with "mvn" when mvnw-file is present (#6484)Janosch Schwalm
* executing mvnw, when mvnw-file exists indriectly enable autocompletion for mvnw * inform the user :)