- 09 Oct, 2015 8 commits
-
-
Robby Russell authored
Added --now systemd aliases
-
Robby Russell authored
autoenv: support homebrew-installed autoenv
-
Robby Russell authored
Ask for confirmation before uninstall
-
Robby Russell authored
Cross-platform clipboard clipcopy() and clippaste()
-
Robby Russell authored
Encode64 Plugin - Fix wrong `echo` usage
-
Robby Russell authored
-
Robby Russell authored
-
Robby Russell authored
Fix ohmyz.sh link
-
- 08 Oct, 2015 1 commit
-
-
Avi Samloff authored
Change http://ohmyz.sh link to use proper markdown syntax
-
- 05 Oct, 2015 5 commits
-
-
Rodrigo Chiossi authored
Prompt the user before removing oh-my-zsh from the system
-
Robby Russell authored
-
Robby Russell authored
Removing legacy rails-specific aliases from the Textmate plugin. This is probably best handled as a custom plugin.
-
Robby Russell authored
git-extras: fix for compatibility with zsh _git
-
Andrew Janke authored
-
- 04 Oct, 2015 2 commits
-
-
Robby Russell authored
Fix 'ack-grep' bug for non-ubuntu users
-
Jeff Smith authored
Redirect STDERR along with STDOUT when looking for ack-grep
-
- 03 Oct, 2015 9 commits
-
-
Robby Russell authored
Add 'rake middleware' alias.
-
Robby Russell authored
Remove Atom plugin
-
Robby Russell authored
Add Git Hubflow aliases
-
Robby Russell authored
Add 3 more nmap aliases to nmap plugin
-
Robby Russell authored
The executable command on Mac OSX is 'ack' rather than 'ack-grep'.
-
Robby Russell authored
gulp plugin: missing opening double quote
-
Robby Russell authored
Update Simulator's Path to XCode 7.x
-
Robby Russell authored
Add alias for npm global install
-
uberspot authored
-
- 02 Oct, 2015 2 commits
-
-
Will Weaver authored
-
Andrew Janke authored
This changes all the __git_* functions it was defining to __gitex_* to avoid collisions with the internal functions used inside _git from zsh.
-
- 01 Oct, 2015 2 commits
-
-
Andrew Janke authored
-
Andrew Janke authored
-
- 30 Sep, 2015 1 commit
-
-
Xavier Haniquaut authored
-
- 29 Sep, 2015 3 commits
-
-
Robby Russell authored
completion: turn off the #3889 compfix check by default
-
Rob Loach authored
The Atom plugin is obsolete. See #3193
-
Xavier Haniquaut authored
-
- 28 Sep, 2015 7 commits
-
-
Andrew Janke authored
-
Gutem authored
-
Gustavo Villa authored
-
Joseph Post authored
-
Robby Russell authored
Fixes Sublime Cygwin support
-
Andrew Janke authored
-
LE Manh Cuong authored
Currently, encode64 plugin using `echo -n` to print the content of $1 variable. This approach will not work with arbitrary data, which contains sequence of escaped characters, since when many `echo` implementation will expand them. This commit chage the usage to `printf`, which is builtin in all POSIX shells and can print arbitrary data reliability.
-