Ahmad Awais
8f823c6371
Update README.md
10 years ago
Ahmad Awais
602cc62a5d
Removed Similar Aliases
...
Two similar aliases which were causing issues.
10 years ago
Danny Hawkins
8d388e464c
use capit instead of shipit as shipit conflicts with npm package shipit
11 years ago
Cooper Maruyama
9264d75d5d
Fix typo.
...
* `cfp` alias was referencing an old version of the `cf` command which
no longer exists. This has been updated to reference a valid command.
11 years ago
Satoshi Ohmori
a1755e652c
Refactor for method in plugins/rake-fast/rake-fast.plugin.zsh
11 years ago
evanandrewrose
fe02e027fe
Fix "be" -> "b" typo in coffee plugin README.md.
11 years ago
Satoshi Ohmori
2c8697b934
[ FIX #4525 ]: Fix typo
11 years ago
Superbil
2c54428d6e
Fixd bug for pyenv plugin
...
Check pyenv-virtualenv can eval before use it.
Signed-off-by: Superbil <superbil@gmail.com>
11 years ago
Arvind Chembarpu
8a362b2b1f
Enable pyenv rehash
11 years ago
Arvind Chembarpu
8a95cedc3b
Init pyenv virtualenvs too
11 years ago
Gustavo Villa
b18d386d7f
Add option '--port' to 'rails server' alias.
11 years ago
Satoshi Ohmori
7597bf805e
Add an alias for upstream
11 years ago
Andrew Janke
2d0e7fbdad
autoenv: actually source autoenv once located
...
Fixes bug introduced in #4440
11 years ago
Bruno Volcov
252078dd6c
add alias to sort by version
11 years ago
Robby Russell
bb509dda23
Renaming colored-man to colored-man-pages because it needs to be.
11 years ago
Robby Russell
d26549b7ec
Removing legacy rails-specific aliases from the Textmate plugin. This is probably best handled as a custom plugin.
11 years ago
Andrew Janke
b6d78df62c
clip*: add xsel support
11 years ago
Kevin O'Neal
a95473919a
Update Gradle Commands
11 years ago
uberspot
df5e1f9c2c
Add 3 more nmap aliases to nmap plugin
11 years ago
Will Weaver
b35d78f2f8
Add Git Hubflow aliases
11 years ago
Andrew Janke
7f2656c126
git-extras: fix for compatibility with zsh _git
...
This changes all the __git_* functions it was defining to __gitex_* to avoid collisions with the internal functions used inside _git from zsh.
11 years ago
Andrew Janke
c146853a5e
autoenv: also look in the Homebrew installation location for it
11 years ago
Xavier Haniquaut
f9c16f940e
Remove broken link and move npmg alias position
11 years ago
Rob Loach
0516a39dec
Remove Atom plugin
...
The Atom plugin is obsolete.
See #3193
11 years ago
Xavier Haniquaut
df80081e9b
Add alias for npm global install
11 years ago
Gutem
1e305e0186
Update Simulator's Path to XCode 7.x
11 years ago
Gustavo Villa
3e04cd62d3
Add 'rake middleware' alias.
11 years ago
Joseph Post
5af52fbc75
gulp plugin: missing opening double quote & had unneeded parens on function
11 years ago
LE Manh Cuong
758195cb79
Encode64 Plugin - Fix wrong `echo` usage
...
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.
11 years ago
Tyler Charlesworth
2266368b77
Update sublime.plugin.zsh
11 years ago
Piotr Gaczkowski
17088c6431
Fix invalid test expression.
11 years ago
Aleksandar Vidakovic
0c0450b303
Accept single and double quotes in Gulp plugin
11 years ago
Tyler Charlesworth
07f08aa731
Adds Cygwin support
11 years ago
Michael SALIHI
8e74f7c1aa
Add alias for print latest tag name
11 years ago
Alexander Frolov
e957ae4135
Update README.md
11 years ago
Andy Bateman
326c2b0859
Replaced the use of 'print' with 'echo' in order to sanitise track and artist names
...
Fixed indentation
Fixed indentation
11 years ago
Andy Bateman
993e09cc6b
Added function for 'itunes playing' to display state when not playing
11 years ago
Andy Bateman
9f2acdc445
You can now use 'itunes status' as well as 'itunes playing' to show current track
11 years ago
Andy Bateman
29db0e0119
Fixed colourisation of Now Playing function
11 years ago
Andy Bateman
a746e6010a
Update osx.plugin.zsh
...
Added function to display the song you're currently listening to in iTunes
Fixed indent
Indentation on line 169 was squiffy
Fixed spelling
Removed unnecessary wording to make function more succinct.
Highlighting of Artist and Track
Changed the highlighting of the Track and Artist in yellow to make use of Prompt Expansion Colors
11 years ago
Michael SALIHI
1bb2715b22
Fix capistrano problem when generating autocompletion
11 years ago
Ramses Ladlani
f8502965e4
Added cygwin support to atom plugin
11 years ago
Alexis Hildebrandt
dce052dac0
Add emotty plugin
...
which displays an emoji for the current $TTY.
11 years ago
Alexander Olsson
5cf0a0128b
Use local gradlew
...
Instead of requiring to add `cwd` to path, just use `gradlew` from the local folder. This is how most gradle wrapper projects are laid out
11 years ago
Henrik Hodne
8c5b948162
chruby: donʼt try to execute .sh files before loading
11 years ago
Daniel Stankevich
bb10ad0a13
Remove unnecessary sandbox fn
11 years ago
Daniel Stankevich
a8a8bc3967
Add simple Stack commands list
11 years ago
Tim O'Brien
797e1f9a64
[plugins/bgnotify] fix for iTerm2 notification clicks
11 years ago
Ramses Ladlani
6e0fcf803f
Fixed atom plugin for cygwin users
11 years ago
Andrew Janke
c9af79fcad
jira: add README, "emulate -L zsh", add "dumpconfig" action
...
(The "dumpconfig" action is for verifying the configuration behavior against what's documented in the README now.)
add "error" to some of the error messages
11 years ago