Robby Russell
c888cd15a2
Merge pull request #1873 from charlesjohnson/bundler-plugin
...
Update bundler.plugin.zsh
13 years ago
Robby Russell
0f2b24c1b8
Merge pull request #1887 from tgkokk/git-slow-fix
...
Fixed slow behavior when using GitHub wrappers
13 years ago
Robby Russell
32b4755b8a
Merge pull request #1889 from jerolimov/patch-1
...
osx-plugin: Do not clear new tab when calling it with an argument.
13 years ago
Gunther Konig
85c43f8a89
remove unused function
13 years ago
Gunther Konig
decf9cdb31
autocomplete required packages as second argumet
13 years ago
Robby Russell
46d4606e66
Merge pull request #1756 from rkj/master
...
Fixed missing retcode if you tried to use themes/rkj
13 years ago
Robby Russell
b88b5b2ed6
Merge pull request #1885 from eakret/termsupport-fix
...
Escape both % and $ in the command line
13 years ago
Robby Russell
f63de87e07
Merge pull request #1894 from codewhale/master
...
debian plugin: ignore alias in sudo/aptitude check
13 years ago
Robby Russell
4370e2ac32
Merge pull request #1893 from jeremydt/postgres
...
Add new plugin for homebrew installed version of postgres
13 years ago
Code Whale
4eace8753b
debian plugin: ignore alias in sudo/aptitude check
13 years ago
Jeremy Tennant
f8e3f293e0
Add new plugin for homebrew installed version of postgres
13 years ago
Christoph Jerolimov
b074886ae6
Do not clear tab when calling it with an argument.
13 years ago
Robby Russell
c73047e296
Merge pull request #1877 from spazm/virtualenvwrapper-cleanup
...
virtualenvwrapper plugin cleanup
13 years ago
Robby Russell
b8af807b43
Merge pull request #1878 from spazm/virtualenv-cleanup
...
virtualenv cleanup: replaces subshell with prompt expansion.
13 years ago
Brian Hartvigsen
bab1800ded
Correctly detect Rapid Board
...
* Add "x" in front of the value we check against...
* Use true instead of yes (more consistent with the rest of ohmyzsh)
The fact that no one seems to have raised this as an issue leads me to believe it's not used that much...
13 years ago
Theodore Kokkoris
9703eba66e
Fixed slow behavior when using GitHub wrappers
13 years ago
Gaetan Semet
dbcaafd03b
Better super-grep
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Ehren Kret
ab7604e5c2
Escape both % and $ in the command line
...
Fixes issue #1884
13 years ago
Gaetan Semet
b832ec9208
New plugin 'common-aliases' for optional cutting edge zsh aliases
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Gaetan Semet
3f44f51e9c
source ~/.profile for upgrading (to source the proxy configuration)
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Michiel Missotten
d6945e2daa
Adding a rebase option to git alias.
13 years ago
San Martin Morote Eduardo
60aa92bae3
Messed up the comment somehow...
13 years ago
San Martin Morote Eduardo
e4884da5a0
Random quotes from the internet
13 years ago
Andrew Grangaard
894e1caa0a
virtualenv cleanup: replaces subshell with prompt expansion.
...
* :t parameter expansion returns the last portion of the path,
equivalent to basename. I <3 zsh.
* adds comments for the VIRTUAL_ENV_DISABLE_PROMPT,
used by virtual_env activate
See also:
http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion
13 years ago
Andrew Grangaard
e73dd2cdf8
virtualenvwrapper plugin cleanup
...
* removes cd override by using chpwd_functions
* removes subshell call to which by using $+commands array and
c param expansion to find in PATH
* zsh love!
13 years ago
Chris Krycho
c5aaa11cee
Add count for incoming and outgoing changesets.
13 years ago
Robby Russell
5d6a06bda6
Merge pull request #1870 from mfrobben/patch-1
...
Update README.textile
13 years ago
Charles Johnson
ec177659df
Update bundler.plugin.zsh
...
Added strainer & tailor to commands in bundler plugin.
13 years ago
Charles Johnson
1e86e65e3a
Update bundler.plugin.zsh
...
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
13 years ago
Grégoire Détrez
97849bd9b6
Update the character used in powerline
...
The code points have been updated in 53fbfe1, see
- 53fbfe15fe
- https://github.com/Lokaltog/powerline/issues/4
13 years ago
Matthew Robben
b1f41f6fa5
Update README.textile
...
Add upgrade command to docs. I canceled the prompt once and went hunting for this so I could upgrade.
13 years ago
yleo77
6b832b9358
add some alias for git flow
13 years ago
Lucas Uyezu
8300f62e92
Adding testlog and prodlog.
13 years ago
Michael LaCorte
0118e18289
Fixed color on git prompt for superjarin theme
13 years ago
Trev
82666e25e3
A cabal plugin based on the lein plugin
13 years ago
Gaetan Semet
46f0d8dba9
Improvement in the git plugin
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Gaetan Semet
4b945a856c
New plugin for git-repo ( https://code.google.com/p/git-repo/ )
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Ayush Samantroy
6f8e8c58a0
Added alias for git clean
13 years ago
Robby Russell
86a889ea08
Merge pull request #1849 from lemieux/master
...
Fix for Jira plugin on Linux
13 years ago
Marc-Antoine Lemieux
bd38c50241
fix the open command in linux using xdg-open
13 years ago
Robby Russell
79196f8213
Merge pull request #1834 from croach/disable_untracked_files_dirty_fix
...
Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option.
13 years ago
Robby Russell
0078538478
Merge pull request #1775 from marcusmueller/fixupgradetool
...
fix for failing substition & eliminated unnecessary cd
13 years ago
yleo77
00848cd8b7
add gf alias for git flow
13 years ago
Robby Russell
78077afd12
Merge pull request #1837 from xuhdev/web-search
...
Add web-search plugin.
13 years ago
Robby Russell
688225a07e
Merge pull request #1839 from Kronuz/patch-1
...
Fixed recursion. Git not needed for it to work.
13 years ago
Germán M. Bravo
69116fa806
Fixed recursion. Git not needed for it to work.
...
Avoid infinite `cd` loops under certain conditions. Try getting `.venv` from the current directory (not necessarily always using git)
13 years ago
Hong Xu
2531381477
Add web-search plugin.
...
This plugin adds google, bing and yahoo commands to launch the default
web browser to do web search:
e.g.
google oh-my-zsh
bing what is zsh
13 years ago
Christopher Roach
4ff861ee11
Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option.
13 years ago
Christian Höltje
d2fe03d754
Create the zcompdump based on version and host
...
This will prevent lots of subtle problems that happen when
people upgrade ZSH or use NFS mounted home directories.
The ZSH_COMPDUMP variable can also be used to implement `zcompile`
and other fun features in the future.
13 years ago
yleo77
a9111488e4
add search by filename and file content feature
13 years ago