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
Robby Russell
27c6becffd
Merge pull request #1803 from bebugz/patch-1
...
gentoo linux support
13 years ago
bebugz
6de78ad2ba
gentoo linux support
13 years ago
simlegate
b5409fc081
add git alias 'gcmsg' and stand for 'git commit -m'
13 years ago
simlegate
22dce9e715
add git alias 'gcmsg' and stand for 'git commit -m'
13 years ago
simlegate
29e696d902
rename gcm to gcmsg and stand for 'git commit -m' #1790
13 years ago
simlegate
b36c42b76d
rename gcm to gcmsg and stand for 'git commit -m'
13 years ago
simlegate
cf3a03d45e
rm alias gcm='git checkout master' and add alias gcm='git commit -m'
13 years ago
Robby Russell
b34aee7f76
Merge pull request #1774 from kevinxucs/sublime-default-2
...
Change sublime text path select priority on mac.
13 years ago
Robby Russell
b427a41fd3
Merge pull request #1779 from lorn/fasd_update
...
Cache for fasd --init
13 years ago
Lindolfo 'Lorn' Rodrigues
f28e16a158
Cache for fasd --init
...
Using cache technique for faster fasd --init as shown at:
https://github.com/clvv/fasdi#install
13 years ago
Ron Shapiro
ae1973de44
plugged_in function
13 years ago
Marcus Müller
39b46f526c
eliminated unnecessary cd and failing substitution
...
Changing the working directory in a sub-subshell
does not change the working directory of the executing
shell.
The substitution was broken for me on _all_ my machines,
so I started looking into the business.
13 years ago