Andrey Sitnik
f997ed7ed8
Add Fedora support for command-not-found plugin
11 years ago
Dzianis Dashkevich
a55a313328
Add rdms alias to rails plugin
11 years ago
Stephen
ceb42ecdb6
Update /home/srj/.oh-my-zsh/cache references
11 years ago
Jyrki Pulliainen
833e6f5958
virtualenvwrapper: Deactivate only if in virtualenv
...
If user manually deactivates the virtualenv when using this mode, zsh
will produce following error:
deactivate:12: command not found: virtualenv_deactivate
To avoid this, check that the VIRTUAL_ENV flag is set before trying to
automatically deactivate the virtual environment.
Fixes #2185
11 years ago
rexk
8790fa3723
go plugin upgrade for version 1.4
11 years ago
liuxiang
957564ab9f
Add completion for httpie
11 years ago
Paul van den Berg
9e5f0f0e9d
added exec command to docker plugin
11 years ago
Christophe Coevoet
f7deb52c47
Update the list of Heroku Postgres commands
11 years ago
Superbil
7931d5ce1a
Fix aws.plugins.zsh check rule
...
Check _aws_zsh_completer_path had exist or not
11 years ago
ekaragodin
00ff1bbd1c
Updated Yii2 command completion
11 years ago
ekaragodin
7488e9b510
Add yii2 readme
11 years ago
ekaragodin
08b9f8d677
Added Yii2 command completion
11 years ago
Ryan Robeson
43a2e24c25
Add itunes shuffle command to OSX plugin.
...
Added shuffle functionality to the itunes command in the OSX plugin.
iTunes 12 doesn't support setting the "shuffle" property on the playlist
from what I've read, so this simulates the user interacting with the
iTunes interface. The toggle option "clicks" the shuffle button in the
Now Playing area. This has the effect of toggling the shuffle setting on
whatever is currently playing. The on and off options use the Shuffle
menu bar items.
Usage: itunes shuffle [on|off|toggle]
11 years ago
Pete "Peteches" McCabe
1d2c1e8ab8
Fixed output issues webith websearch plugin.
...
- if user has rm set as an alias to 'rm -i' user is prompted to whether to
remove the nohup.out file.
$ ddg fools
nohup: ignoring input and appending output to ‘nohup.out’
rm: remove regular empty file ‘nohup.out’?
- if output redirected to a file nohup will not create nohup.out and rm is
unecessary.
11 years ago
Rotem Yaari
9677cfb34e
Fix dircycle plugin
...
dircycle right did not behave as expected and was fixed
11 years ago
ZHANG Biao
a19d1d1f05
autojump installed from github has mv the autojump.zsh to $HOME/.autojump/share/autojump/autojump.zsh
11 years ago
Ion Marusic
011f25d492
Fixed command autocomplete for Symfony 2.6.x
11 years ago
Emil Marashliev
575bb91b5f
Added Xcode alias for deleting Derived Data.
11 years ago
benjaoming
4b05e548d0
Throw an error message when $WORKON_HOME is not set
...
Took me a while to figure this one out, and I have a default installation of virtualenvwrapper -- this is a soft fix, just put an error message. But perhaps the fix should be to use the default value `~/.virtualenvs`.
11 years ago
Will Boyce
db8eacf6fd
use pigz if available in extract plugin
11 years ago
Eric Ripa
1dfadc734c
Fix chruby plugin to not complain if chruby is *not* installed
11 years ago
Kravchuk S.V
0c04470f63
[~] fix plugin pj
...
bce74975d0
12 years ago
DanielFGray
00ec11d3c0
ignore any grep aliases that might be defined
12 years ago
Geoffrey Washburn
923d2c85b4
Fix autojump script to support Nix installations
12 years ago
Manfred Touron
95d5f2c641
[boot2docker plugin] Initial version
12 years ago
Tim O'Brien
fd69c34e0c
Add screenshots to readme
12 years ago
Tim O'Brien
98fc8dd91a
Fix for OS X when no window id is returned (like on the desktop)
12 years ago
Ian Lancaster
8bd8597e12
Remove deprecated brew commands, update core commands
...
`brew services` and `brew server` were moved to homebrew-boneyard.
12 years ago
Tim O'Brien
cbec1d77b2
Add window ID fallback for windows.
...
- maybe someday use GetForegroundWindow() from User32.lib ...
12 years ago
Tim O'Brien
3d376bbd5b
Fix renamed method issue.
12 years ago
Benjamin Stier
11253336cf
Fixes the profiles-plugin
...
An error was introduced with 7f75bb9 , which uses special vars. This is the
fix.
12 years ago
Tim O'Brien
adafe271f0
add cygwin windows support with notifu, add to readme
12 years ago
Tim O'Brien
0b0cc2cdea
Fixed math on linux, removed debug echo.
12 years ago
Tim O'Brien
e16d3e45d3
Add bgnotify plugin, a cross-platform background notifier!
12 years ago
Marc Cornellà
95d795e8ca
Change all hostname calls for $HOST or $SHORT_HOST
12 years ago
Marc Cornellà
4310a15de5
Change all pwd calls for $PWD variable
...
This avoids spawning additional processes as $PWD **always** contains
the current working directory.
12 years ago
Marc Cornellà
74177c5320
Change all whoami calls for $USER variable
...
This avoid spawning additional processes, as the $USER variable will
**always** contain the current logged-in user.
12 years ago
Pavol Juhas
b6012bc2c3
Update to the upstream smart-change-directory.
...
Synced with the master branch
pavoljuhas/smart-change-directory@20b5a80cf05f72c07e88a9b166593f52517029e4.
12 years ago
Neal
071de5fb39
Make the simulator alias work with older Xcode versions as well.
12 years ago
Marc Cornellà
b452cafb16
Follow-redirect and silent mode curl throughout gitignore
...
This commit completes previous efforts and standardizes both curl commands
into using silent mode and following redirects in case the URL changes
again in the future.
12 years ago
WooParadog
04d1428fcb
Fix gitignore curl, should follow redirects
12 years ago
Alex Shaindlin
69a0b280c7
Fix misspellings in gitignore plugin
12 years ago
Andrii Kostenko
b9a11b16fe
fixed URL on github.io
...
github.io moved to https and http returns 301 redirect
12 years ago
Markus Faerevaag
9f801ff48d
[wd] fix space in path
12 years ago
willmendesneto
6f1eb081e3
Fix error using compass search alias
12 years ago
Neal
d794a502f6
Update path for the iOS simulator.
12 years ago
Nikhil Gupta
71ee0d7b2b
added support for GNU version of `date`
12 years ago
Moinak Ghosh
5f38a537ce
Update Solaris changes to use OSTYPE and zsh datetime module.
12 years ago
Peter Butkovic
eb0549750f
additional tmux aliases
12 years ago
Giel van Schijndel
1e7c6743a7
sudo: maintain cursor position
...
I.e. when prefixing the current command-line with 'sudo ' maintain the
current cursor position instead of jumping to the end of the line.
12 years ago