Andrey Janzen
c8dbadd3da
Added completion for second argument for 'brew reinstall'
13 years ago
Andrey Janzen
cbbdc0dfeb
Added 'reinstall' command to brew completion
13 years ago
Robby Russell
2cc4801bd2
Merge pull request #1980 from awidegreen/upstream
...
Fix ssh-agent plugin identities comment for using multiple identities.
13 years ago
Robby Russell
2aebcb80bb
Merge pull request #1981 from trobrock/knife-ssh
...
Add knife_ssh command to make connecting to servers managed with chef easier
13 years ago
Trae Robrock
9a9e6e9299
No cat, and hide errors for missing cache file
13 years ago
Trae Robrock
00ccee1f33
Add knife_ssh command to make connecting to servers managed with chef easier
13 years ago
Armin Widegreen
5c529b5daa
Fix ssh-agent plugin identities comment for using multiple identities.
13 years ago
Robby Russell
7f74294d7a
Merge pull request #1935 from mateitrusca/master
...
typo in tmux plugin
13 years ago
Matei Trusca
9cec52c449
fixed typo in tmux plugin
13 years ago
Robby Russell
b0e4381471
Merge pull request #1764 from johnjohndoe/feature/rails3-autocompletion
...
Add autocompletion for Rails3.
13 years ago
Robby Russell
b36f53cced
Merge pull request #1920 from dongweiming/update-coffee
...
Update coffee completion
13 years ago
Robby Russell
3072a2093e
Merge pull request #1916 from okuramasafumi/master
...
Change duplicated alias name
13 years ago
Robby Russell
db82b8e8d8
Merge pull request #1919 from dongweiming/breaking-change-bower
...
The current version of bower is completely unavailable, plugin depthmodification
13 years ago
Robby Russell
04c98ae92f
Merge pull request #1917 from brandonblack/rvm-plugin
...
rvm plugin: update to ruby version helpers and rvm-update
13 years ago
dongweiming
4fe4db5128
Update coffee completion
13 years ago
dongweiming
012afe2381
The current version of bower is completely unavailable, plugin depth modification
13 years ago
Brandon Black
644728bd22
rvm plugin: update to ruby version helpers and rvm-update
...
* the current patch levels hard-coded here are pretty dated. I updated the ruby version helpers to use loose ruby version matchers so they don't continually need to be updated with every new patch level release.
* `rvm get head` actually performs an `rvm reload` in the post install. there's no need to do again here in rvm-update so I've removed that.
13 years ago
Okura Masafumi
c51ef9dce6
Change duplicated alias name
13 years ago
Tobias Preuss
10bd036dfe
Add autocompletion for Rails3.
...
+ Originally published by Christopher Chow.
+ Source:
30620d4638/plugins/rails3/_rails3
Commit: 30620d463850c17f86e7a56fbf6a8b5e793a4e07
13 years ago
Robby Russell
bc3cadf5c8
Merge pull request #1913 from chriskrycho/patch-2
...
Add more capable hg incoming and outgoing count handling
13 years ago
Chris Krycho
f25e2d2856
Add more capable hg incoming and outgoing count handling
...
The original hgic and hgoc aliases worked well for the default path, but attempting to call them with a different path failed. I created functions to handle them instead.
13 years ago
Robby Russell
b9baf37739
Merge pull request #1859 from ayushs/plugin-git-clean
...
Added alias for git clean
13 years ago
Robby Russell
a8c0c4de06
Merge pull request #1864 from Stibbons/gsemet_push_git_plugin
...
Improvement in the git plugin
13 years ago
Robby Russell
3a3fd686ee
Merge pull request #1865 from Stibbons/gsemet_push_repo_plugin
...
New plugin for git-repo (https://code.google.com/p/git-repo/ )
13 years ago
Robby Russell
e727068cee
Merge pull request #1867 from telser/master
...
Simple Cabal plugin
13 years ago
Robby Russell
6e3e07fd90
Merge pull request #1869 from lucasuyezu/env_logs
...
Adding testlog and prodlog in addition to devlog.
13 years ago
Robby Russell
89b8e05009
Merge pull request #1868 from mlacorte/master
...
Fix for broken colors in "superjarin" theme
13 years ago
Robby Russell
e8c7b77db9
Merge pull request #1880 from posva/rand-quote
...
Random quotes from the internet
13 years ago
Robby Russell
5bccf4b123
Merge pull request #1876 from chriskrycho/patch-1
...
Add count for incoming and outgoing changesets.
13 years ago
Robby Russell
7655a655f6
Merge pull request #1881 from iammichiel/patch-1
...
Adding a rebase option to git alias.
13 years ago
Robby Russell
11b7155469
Merge pull request #1886 from tresni/patch-5
...
Correctly detect JIRA Rapid Board
13 years ago
Robby Russell
bf2a85c397
Merge pull request #1901 from geecu/autocomplete_required
...
autocomplete required packages as second argumet
13 years ago
Robby Russell
0868d71307
Merge pull request #1708 from tessi/extend_mercurial_plugin
...
extend mercurial plugin
13 years ago
Robby Russell
4f8d6a8b15
Merge pull request #1773 from essembeh/master
...
Uncomment l alias
13 years ago
Robby Russell
1e625b42ff
Merge pull request #1903 from andschwa/tmux_iterm2
...
Tmux iTerm2 integration
13 years ago
Robby Russell
354211f5ac
Merge pull request #1904 from oohlaf/gpg-agent-fix
...
Prevent starting multiple gpg-agents
13 years ago
Robby Russell
2b88b0d992
Merge pull request #1908 from UncleBill/patch-1
...
git-pull add --rebase option
13 years ago
Robby Russell
84b9598e4e
Merge pull request #1909 from gonghao/master
...
add virtualenv prompt support for agnoster theme
13 years ago
Robby Russell
c88121149a
Merge pull request #1910 from dongweiming/add-celery-completion
...
Add celery completion
13 years ago
dongweiming
a18fa83550
Add celery completion
13 years ago
Gong Hao
ebfc9042ed
add virtualenv prompt support for agnoster theme
13 years ago
UncleBill
87a1d8a02d
git-pull add --rebase option
13 years ago
Olaf Conradi
64fc125eba
Typo
13 years ago
Olaf Conradi
711e96b1a2
Prevent starting multiple gpg-agents
...
Don't just overwrite the environment. First check for a running agent (an
x-session might have one running). If no agent is found, source the
environment and check again using those settings. If again no agent is
found, start a new instance.
13 years ago
Andrew Schwartzmeyer
55f7990607
Not loading home tmux confs when iTerm2 tmux integration is enabled
13 years ago
Andrew Schwartzmeyer
bc65443734
Adding support for iTerm2 tmux integration via option '-CC'
13 years ago
Robby Russell
78dba754d1
Merge pull request #1872 from gdetrez/new-powerline-range
...
Update the character used from powerline
13 years ago
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