Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Oh My Zsh

🙃 A delightful community-driven (with 2000+ contributors) framework for managing your zsh configuration.
Collective - Host: opensource - https://opencollective.com/ohmyzsh - Website: https://ohmyz.sh/ - Code: https://github.com/ohmyzsh/ohmyzsh

Merge pull request #1 from apjanke/emoji_plugin_3

emoji: auto-generate definitions from Unicode data files

github.com/ohmyzsh/ohmyzsh - e56c8983539d8498bf52d70bd9fbe78f1a5d54ad authored over 9 years ago by James Bunch <[email protected]>
Remove redundant comments from the .zsh file (since they're in README now).

github.com/ohmyzsh/ohmyzsh - 9a397254dacca687bf7d204ac9d31f02ca2af242 authored over 9 years ago by Andrew Janke <[email protected]>
emoji plugin: generate char map from Unicode UTR51 data files

Refactor the functions and group listings to have fewer functions,
but have them take group name...

github.com/ohmyzsh/ohmyzsh - 6d618ef70e5abfc5e18656ba8064ead0c8974386 authored over 9 years ago by Andrew Janke <[email protected]>
Merge pull request #4099 from moncho/master

Plugin now uses completion script from docker-compose repo.

github.com/ohmyzsh/ohmyzsh - a207a38d634cc10441636bc4359cd8a18c502dea authored over 9 years ago by Robby Russell <[email protected]>
Add jira_url_help

github.com/ohmyzsh/ohmyzsh - afa30572f522969e07b0f85f0cf0fe0e32dd8831 authored over 9 years ago by Andrew Stuart <[email protected]>
[theme] Fix color problem of steeef theme

steeef theme sets colors depending on $TERM, however if %F is
used, it must be closed by %f inst...

github.com/ohmyzsh/ohmyzsh - 46d13384db11634257aa803fc1e05f1ac6e10a1b authored over 9 years ago by Hongxin Liang <[email protected]>
Esc-esc now toggles sudo.

Press esc-esc once to add sudo (normal behaviour), press it twice
to remove it from the beginnin...

github.com/ohmyzsh/ohmyzsh - ff8d799594d0fd127058455b194b27d00a323d68 authored over 9 years ago by Fabio Strozzi <[email protected]>
Insecure completion handler added.

A new "lib/compfix.zsh" script defining a new handle_completion_insecurities()
function has been...

github.com/ohmyzsh/ohmyzsh - dcb175d4309a41723ebeb561a8089115d9e7126b authored over 9 years ago by leycec <[email protected]>
The executable command on Mac OSX is 'ack' rather than 'ack-grep'.

github.com/ohmyzsh/ohmyzsh - 775ac3ad9fefd524f217dedaf09f7fb40a18b6ee authored over 9 years ago by Bin Huang <[email protected]>
Check for autoenv_init function before trying to source autoenv.

github.com/ohmyzsh/ohmyzsh - b7617b35ffd56243fa6d310886d8effe9f27bfc1 authored over 9 years ago by Jonathan Cremin <[email protected]>
add '--help' to heroku commands

github.com/ohmyzsh/ohmyzsh - ffe8e5465cdf6b9c1bad34df3f826f34cfbb59f8 authored over 9 years ago by Paul Robertson <[email protected]>
diagnostics: include detailed OS version info if possible

github.com/ohmyzsh/ohmyzsh - bca720fa9549f7fe4687acd1aaf91720428657e9 authored over 9 years ago by Andrew Janke <[email protected]>
Nicer formatting

github.com/ohmyzsh/ohmyzsh - 3594e27eeb18179f1762751bf32d1bc9f9757f67 authored over 9 years ago by Chris McCuller <[email protected]>
passing the first argument with double quote

github.com/ohmyzsh/ohmyzsh - 1e8196de8289a69268a9631ddf4d3b3519ade5c1 authored over 9 years ago by Takumi IINO <[email protected]>
added aliases for ssh-config and global-status

So the following aliases call the respective commands:
vgs = vagrant global-status
vsshc = vag...

github.com/ohmyzsh/ohmyzsh - b6ed2e7ac378438689d3348b4be00b2bce4fd9a8 authored over 9 years ago by Robert McLeod <[email protected]>
Concise local variables declarations

github.com/ohmyzsh/ohmyzsh - ad4675cb0a8f732abef7b9a2b3df2141afbf79aa authored over 9 years ago by Patryk MaÅ‚ek <[email protected]>
More consistent curly braces variables

github.com/ohmyzsh/ohmyzsh - b1772c5333fcc43610ade75384d9cf87c8ccde61 authored over 9 years ago by Patryk MaÅ‚ek <[email protected]>
Making variables local in jira plugin

github.com/ohmyzsh/ohmyzsh - 37f45eb621b04a1286ac1667b7474111e6e0b4ce authored over 9 years ago by Patryk MaÅ‚ek <[email protected]>
Changing indents to be more consistent (2 spaces)

github.com/ohmyzsh/ohmyzsh - 1e99168627eef4c61114cb0572047473b7cb56be authored over 9 years ago by Patryk MaÅ‚ek <[email protected]>
Changing string comparison for more zsh-like

github.com/ohmyzsh/ohmyzsh - 88a30a3e2f3089556fe40c719f4cbed8426a144e authored over 9 years ago by Patryk MaÅ‚ek <[email protected]>
rails rake test

github.com/ohmyzsh/ohmyzsh - 750de22972bfa38003d38ce3a13f46bd7e41807d authored over 9 years ago by Headless <[email protected]>
adds an alias to search for the rails routes that pattern match a string

github.com/ohmyzsh/ohmyzsh - dff03743efa3f49f4ba4b1214d97f9746bb1a0d4 authored over 9 years ago by Mohnish Jadwani <[email protected]>
installer: use terminfo for portable escape sequences

Do not use terminal visual effects if not connected to a terminal.

github.com/ohmyzsh/ohmyzsh - 8cf610089d97cf1abbd5cf3e0fb28d63b4c25f51 authored over 9 years ago by Andrew Janke <[email protected]>
install.sh: use portable printf instead of echo

github.com/ohmyzsh/ohmyzsh - 19ea867a3a5cc118fd84560275db05354a4aed0b authored over 9 years ago by Andrew Janke <[email protected]>
Adding ability to add JIRA_PREFIX as an env variable (e.g. in .zshrc) and minor refactor to bash curly variable braces

github.com/ohmyzsh/ohmyzsh - b1da3bbc6f5e26cd0b06cd858e696d4f47f340d2 authored over 9 years ago by Patryk MaÅ‚ek <[email protected]>
Merge pull request #4041 from apjanke/fix-jira-prefix-comment-merge

Fix jira plugin syntax error due to merge conflict

github.com/ohmyzsh/ohmyzsh - 3ea33841863c4f5f22a27e64ae7950d901b674af authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #4106 from apjanke/venvw-no-realpath

virtualenvwrapper: Remove `realpath` dependency using zsh `:A`

github.com/ohmyzsh/ohmyzsh - c968346e1793d64ea19f7e494d9fea391843823c authored over 9 years ago by Robby Russell <[email protected]>
agnoster: Protect Unicode esape sequences with local LC_* settings

github.com/ohmyzsh/ohmyzsh - c82deedc97f7578fa0a8a2dd3c8b598a166bfd04 authored over 9 years ago by Andrew Janke <[email protected]>
virtualenvwrapper: treat git repos as project roots again (instead of requiring a .venv customization directory)

Change error output to more conventional OMZ format, so it's clear the plugin is for oh-my-zsh an...

github.com/ohmyzsh/ohmyzsh - f73e642e2265601b705b6aa9d9f71878ca98644a authored over 9 years ago by Andrew Janke <[email protected]>
chucknorris: check for strfile dependency

Gives a better error message than "command not found: strfile", because
it's not obvious to many ...

github.com/ohmyzsh/ohmyzsh - a2e01e9a87c0d120482cc7bbe21ccab21bf71fb1 authored over 9 years ago by Andrew Janke <[email protected]>
Adds agar = apt-get autoremove

Since #3902 lacks the auto-completion I made a PR for this as well.

Also fixes some typos.

github.com/ohmyzsh/ohmyzsh - 2e92ff8ae5e6ddbac5040bb235518a4337aeb983 authored over 9 years ago by nextgenthemes <[email protected]>
add git alias `gcam` - git commit -am

add git alias `gcam` - `git commit -am`

github.com/ohmyzsh/ohmyzsh - efb04d66a0bc775dfb95f2bbc648935004212d48 authored over 9 years ago by Zhiye Li <[email protected]>
virtualenvwrapper: Replace "realpath" with portable zsh-native `:A` and `:h` modifiers

github.com/ohmyzsh/ohmyzsh - c1f1f91daad68fa000900dc647157bbfdb2b603f authored over 9 years ago by Andrew Janke <[email protected]>
omz_diagnostic_dump: Add umask and $fpath listing.

This helps catch issues with compinit and insecure directories.

github.com/ohmyzsh/ohmyzsh - 9813ff5f24c6ce8409490d7ef8b8c4458f2a6a66 authored over 9 years ago by Andrew Janke <[email protected]>
Plugin now uses completion script from docker-compose repo.

github.com/ohmyzsh/ohmyzsh - 0950f9c56da1f22bbddc45cf179a80a712908b19 authored over 9 years ago by moncho <[email protected]>
Use 'quit all' instead of counting needed quits

github.com/ohmyzsh/ohmyzsh - 546b99ad4c509c6a9a4933fce2c662553f790b86 authored over 9 years ago by Fredrik Strandin <[email protected]>
osx: fix tab* functions so cd works in iTerm2, exit status is correct, and

error messages are not discarded.

github.com/ohmyzsh/ohmyzsh - 689b5ab3c8c8bf30ee63cafb8401d7d95e41f359 authored over 9 years ago by Andrew Janke <[email protected]>
agnoster: Define Powerline chars with escape sequence, and use same character on

all platforms. Add clarifying comments. This makes everything consistent
with the current Powerli...

github.com/ohmyzsh/ohmyzsh - 4cd281ba1be0d8a2e44f96bdb1f2a98b15f54c47 authored over 9 years ago by Andrew Janke <[email protected]>
Merge pull request #4058 from ncanceill/plugin-git

[Hotfix] Git plugin

github.com/ohmyzsh/ohmyzsh - 599831b85a5fd4564ab820530e2bb45f37ca3f99 authored over 9 years ago by Robby Russell <[email protected]>
git plugin: fix ggl to avoid empty string

see
https://github.com/robbyrussell/oh-my-zsh/pull/2790#issuecomment-112716330

github.com/ohmyzsh/ohmyzsh - d24196cfbdb1b1c7a7055d6dae97c4e4c3e2b4c3 authored over 9 years ago by ncanceill <[email protected]>
Fix plugin/git ggpull and ggpush backward compatibility

Current `ggpush` is `git push origin` instead of `git push origin $(current_branch)`
Same for `g...

github.com/ohmyzsh/ohmyzsh - ed6645a2823dc6c3e0fae822186d79542682e68e authored over 9 years ago by Arnaud Rinquin <[email protected]>
Change to use omz git_prompt* functions

Removed references for official git __git_ps1() functions.
Change to use omz function git_prompt...

github.com/ohmyzsh/ohmyzsh - 68b792bbb67958c726dd8ebe9cfe12f5e463d160 authored over 9 years ago by Michele Bologna <[email protected]>
Changed env based sf2 shortcuts to sfdev & sfprod

github.com/ohmyzsh/ohmyzsh - 68e03a05923b65b0a0272f251ea1e72e3540f827 authored over 9 years ago by ju <[email protected]>
Fix merge conflict for jira-prefix and jira add comment

github.com/ohmyzsh/ohmyzsh - d0670aa2bd5186357961dd90c4a97c2c3842f728 authored over 9 years ago by Andrew Janke <[email protected]>
Merge pull request #4002 from aliafshar/patch-1

Add missing space causing parse error.

github.com/ohmyzsh/ohmyzsh - ab18795f3cd9bd45aec60a4a4bd8ecf820eb86c4 authored over 9 years ago by Robby Russell <[email protected]>
In addition to the already existing variables ZSH_THEME_GIT_PROMPT for behind,

ahead and diverged remote, I added ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE.

github.com/ohmyzsh/ohmyzsh - 01e355fb1e5dc3982efeecee699a96254f3f44e6 authored over 9 years ago by Michele Bologna <[email protected]>
Add missing space causing parse error.

github.com/ohmyzsh/ohmyzsh - f66a54fb7862b396e3fc09e7041ca6fee4b42a4a authored over 9 years ago by Ali Afshar <[email protected]>
Merge pull request #3852 from sachin21/add_alias_of_bundle_clean

Add alias of bundle clean

github.com/ohmyzsh/ohmyzsh - 8921902388bf357ad0ab6ec198f4ba1f14b94fe4 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3858 from muchweb/muchweb-patch-1-editor

Use $EDITOR

github.com/ohmyzsh/ohmyzsh - 5d214af6d2259842c8c56b0220b99f68d26c9981 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3874 from diraol/patch-2

Debian Plugin: Differing upgrade and safe-upgrade

github.com/ohmyzsh/ohmyzsh - 7daf7401b9301f79cc7c4f0cdb92a5e01a3c76b6 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3973 from moul/pr-boot2docker-update

Add new boot2docker options

github.com/ohmyzsh/ohmyzsh - 0665ece7bd8523ef501991cda9963e9efc42ea6a authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3947 from mkwmms/patch-1

Respect $ZSH_CACHE_DIR when creating fasd's cache

github.com/ohmyzsh/ohmyzsh - 31b351ce4c35c472359d56d8958bfec95cb9dfda authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3918 from cbazin/master

Detect the .venv in any parent directory of the current directory

github.com/ohmyzsh/ohmyzsh - 0a8ca6adff743d38c145611377a72874d4e35414 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3919 from delphij/history-extendedglob

Don't leak extendedglob to global environment.

github.com/ohmyzsh/ohmyzsh - b55effd3bb3e9516c0f450a5938d07f19ad2a307 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3838 from forivall/hyphen-insensitive

Add hyphen insensitivity

github.com/ohmyzsh/ohmyzsh - 34d3680232232c82c4e3ee850152d127b7317b3c authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3813 from ziegs/fix_gradle_tasks

Fixes gradle autocomplete so it includes subproject tasks

github.com/ohmyzsh/ohmyzsh - 3a57076d93700a2762fd0136877b41ef3f0e1bf5 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3848 from tristola/master

Added aliases for docker compose

github.com/ohmyzsh/ohmyzsh - 628c1fe1c0ffcde0f4fb383d790af06e5157a296 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3798 from dnixx/vundle-update

Use the newest Vundle commands

github.com/ohmyzsh/ohmyzsh - 058def3b916c01a61b279d68d4d3e10fa5bec037 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3821 from tresni/fix_minimal

Fix minimal.zsh-theme's check for in_svn and add support for mercurial

github.com/ohmyzsh/ohmyzsh - 5fba46a8c4b0bf61d3637cbedf342cc34e950824 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3833 from coopermaruyama/master

coffeescript aliases for easy compiling

github.com/ohmyzsh/ohmyzsh - c0b283c76b70a438759fb58935e2eeb3c5bb4fea authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3988 from UserTaken/docker_update

Docker run and create options

github.com/ohmyzsh/ohmyzsh - 6a340d99fd98e98178cfaab4cbb7875a8ed51e3b authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3759 from mikeokner/master

Adding quotes to git completion discovery path

github.com/ohmyzsh/ohmyzsh - ea5ff03b929227fbe6e2d82017c0bf836c73d51c authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3975 from wernerb/patch-1

Set AWS_PROFILE and use existing RPROMPT

github.com/ohmyzsh/ohmyzsh - 04c301bb3af9bf728e430cae0152e524a80ecf01 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3976 from rodrigoargumedo/patch-1

Add rdrs method to reset the database(s)

github.com/ohmyzsh/ohmyzsh - a1e722d446518e060053b97280033c97453f9742 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3986 from evilhamsterman/master

Only load url-quote-magic if it is available.

github.com/ohmyzsh/ohmyzsh - 422db48e37beadf31fd9081b7590f9498f7194b2 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #4001 from ivanfoo/fixOddCharsOnMac

Fixed odd chars on mac for agnoster theme

github.com/ohmyzsh/ohmyzsh - 3d2bf227ea2b37d351ac3846627f28151e0a4480 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3929 from GunfighterJ/GunfighterJ-patch-sublime3

Add sublime text 3 paths to check list

github.com/ohmyzsh/ohmyzsh - a7784636d8bd2652a4fdfc03afd019d152906ab3 authored over 9 years ago by Robby Russell <[email protected]>
Merge pull request #3809 from ncanceill/easymerge

Easy-to-Merge

github.com/ohmyzsh/ohmyzsh - 78bbf7a6e52e7aabc82f22c43c9309a5f0ff1282 authored over 9 years ago by Robby Russell <[email protected]>
Fixed odd chars on mac for agnoster theme

github.com/ohmyzsh/ohmyzsh - c6460ef3e73f8f26f300dd8a24a83257b3b8579b authored over 9 years ago by ivanfoo <[email protected]>
Add mix-fast plugin (similar to rake-fast)

Signed-off-by: Mikhail S. Pobolovets <[email protected]>

github.com/ohmyzsh/ohmyzsh - a7e79824f85a89cbcacbceab0277c9833dee4817 authored over 9 years ago by Mikhail S. Pobolovets <[email protected]>
Update _docker

github.com/ohmyzsh/ohmyzsh - 55b1a2befe3d041b54c6aa542bd11734db31a6d5 authored over 9 years ago by UserTaken <[email protected]>
Adding quotes to git completion discovery path

Previously, spaces in the path would result in wto separate errouneous
paths being parsed. This ...

github.com/ohmyzsh/ohmyzsh - 3d670c0bfc00858aff67f6b4dc161f4c0a0a5aef authored over 9 years ago by Michael Okner <[email protected]>
A paver (Python build and configuration utility) plugin

github.com/ohmyzsh/ohmyzsh - 4cc0a2638c46cebda5bc6616fa3f94c720c5686d authored over 9 years ago by Fräntz Miccoli <[email protected]>
Revert "Added migration notification for rails plugin"

This reverts commit 1493d88e3f92c7034da5c1b1638ba19544aa3ccb, made
to put a deprecated notice on...

github.com/ohmyzsh/ohmyzsh - 26c7adf1107043419582c3d7a7dbb204ff70cbcc authored over 9 years ago by Marc Cornellà <[email protected]>
Added github in web_search plugin.

github.com/ohmyzsh/ohmyzsh - 8b95bdb5e0059a6007b24f2d60e1719c791c8cce authored over 9 years ago by Sriram Sundarraj <[email protected]>
last-working-dir working with spaces in dirnames

github.com/ohmyzsh/ohmyzsh - 83295ec9bc0a7c16a706a76c3c1f4a6ddd91948a authored over 9 years ago by Christian Hoener zu Siederdissen <[email protected]>
use local options to set no_equals before sourcing bash completion script

github.com/ohmyzsh/ohmyzsh - d0b690b584fa48946cfd93014aa6033ec0cc7fc3 authored over 9 years ago by Tommy Wang <[email protected]>
Merge pull request #3990 from ncanceill/plugin-git

[HotFix] Git plugin

github.com/ohmyzsh/ohmyzsh - 9eaf51107f15011f73b39fb727895f65797edcbc authored over 9 years ago by Robby Russell <[email protected]>
git plugin: new/changed aliases

gaa was brought back by popular demand — see #3535
gap was replaced with gapa — see #3682
gdc was...

github.com/ohmyzsh/ohmyzsh - f1a43daa36efdbf5c75dbc07927310b25259a114 authored over 9 years ago by ncanceill <[email protected]>
Add reference to bundler plugin issue in README

github.com/ohmyzsh/ohmyzsh - e55d84f76e07785bec38d802b447df1fc93512f2 authored over 9 years ago by Filip Bartuzi <[email protected]>
Add `leaves` command to `brew` completion

github.com/ohmyzsh/ohmyzsh - 763cef8013c90c3ea0b1edfe8c903008a7406bce authored over 9 years ago by Erlend Hamberg <[email protected]>
remove trash command from osx plugin

github.com/ohmyzsh/ohmyzsh - 4b76b7429a820e7eda8bed6c214d81a275be30b9 authored over 9 years ago by Vadim <[email protected]>
Added README.md file for ForkLift plugin

github.com/ohmyzsh/ohmyzsh - cf3fb873ec0cc0ec428e9c05dcac998d3b3f956c authored over 9 years ago by wyldphyre <[email protected]>
Added README.md file for atom plugin

github.com/ohmyzsh/ohmyzsh - 81da07602c8e99548ffbe4d110d40ea5873f20fe authored over 9 years ago by wyldphyre <[email protected]>
Added README.md file

github.com/ohmyzsh/ohmyzsh - a2d7d36e70abbdd1dc9b0f06e8841d4f74226195 authored over 9 years ago by wyldphyre <[email protected]>
Fix README.md for sst command

github.com/ohmyzsh/ohmyzsh - c28b226af2dc0843ab0f05ea4abc54c4bdfd7012 authored over 9 years ago by CkEsc <[email protected]>
Plugins: vi-mode: Add first README file

github.com/ohmyzsh/ohmyzsh - 0e35bd4001494782fb1956acaebadf2f81c25b42 authored over 9 years ago by Daniel Campoverde [alx741] <[email protected]>
Plugins: archlinux - add basic README.

github.com/ohmyzsh/ohmyzsh - 0f96e8e6c20c25ba6bc78c3df425aec61bfbaa3c authored over 9 years ago by KhasMek <[email protected]>
Plugins: archlinux - use command -v in favor of which

The command 'which' launches an external process that isn't
really necessary.

github.com/ohmyzsh/ohmyzsh - e5929680fdd4adb7b0942f16b58f99e1695ce8b8 authored over 9 years ago by KhasMek <[email protected]>
Plugins: apache2-macports - add README

github.com/ohmyzsh/ohmyzsh - e0ce87632d1d8ecb609bb96202a8fb3151f6be4f authored over 9 years ago by KhasMek <[email protected]>
Added references to the `external themes` wiki page.

github.com/ohmyzsh/ohmyzsh - 3f9298514e22d6e5923f14f98b825f1688158781 authored over 9 years ago by Dominik Ritter <[email protected]>
git plugin: fix ggpnp when called without argument

also allow multiple arguments for ggp and ggl aliases

github.com/ohmyzsh/ohmyzsh - 8eb31a6f9a053ea22ea88ccba3d91a4694674300 authored over 9 years ago by ncanceill <[email protected]>
* Added header with help and information

* Moved git information to left prompt, with
support for:
* +ZSH_THEME_GIT_PROMPT_UNTRACKED...

github.com/ohmyzsh/ohmyzsh - 81eec406c8186a8f15763cf21230e0f1164942c9 authored over 9 years ago by Michele Bologna <[email protected]>
Update Mix complition upto 1.0.4

Signed-off-by: Mikhail S. Pobolovets <[email protected]>

github.com/ohmyzsh/ohmyzsh - 1f008b4113cd4586423c4ecc54f65f12e8a61145 authored over 9 years ago by Mikhail S. Pobolovets <[email protected]>
Update aliases in laravel5.plugin.zsh file

Some minor changes to the aliases.
* removed php artisan dump-autoload since is no longer a com...

github.com/ohmyzsh/ohmyzsh - 02c2b74918b237f936ea51f14b38463221ec59dc authored over 9 years ago by Jorge González <[email protected]>
Fixed typo in README

github.com/ohmyzsh/ohmyzsh - 69dee6538155cb604434363ba243e540a6104fe6 authored over 9 years ago by asaph <[email protected]>
Update taskwarrior.plugin.zsh

Corrected documentation to avoid confusion (see https://github.com/robbyrussell/oh-my-zsh/issues...

github.com/ohmyzsh/ohmyzsh - 266894c6a138eb8a248ce8aa428fcabeabd7ffa4 authored over 9 years ago by regagain <[email protected]>
Renamed 'ss' alias to 'sstat' (to avoid collision with /bin/ss).

github.com/ohmyzsh/ohmyzsh - 1a4dc0d2db56c2abf5244f1fca975ea887eb6bbb authored over 9 years ago by Michele Bologna <[email protected]>
adb: add more commands

github.com/ohmyzsh/ohmyzsh - af4ffe56eae27c85ed472307554fd7347966d316 authored over 9 years ago by Luca Stefani <[email protected]>