summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-28Merge pull request #1920 from dongweiming/update-coffeeRobby Russell
Update coffee completion
2013-06-28Merge pull request #1916 from okuramasafumi/masterRobby Russell
Change duplicated alias name
2013-06-28Merge pull request #1919 from dongweiming/breaking-change-bowerRobby Russell
The current version of bower is completely unavailable, plugin depthmodification
2013-06-28Merge pull request #1917 from brandonblack/rvm-pluginRobby Russell
rvm plugin: update to ruby version helpers and rvm-update
2013-06-28Update coffee completiondongweiming
2013-06-28The current version of bower is completely unavailable, plugin depth ↵dongweiming
modification
2013-06-27rvm plugin: update to ruby version helpers and rvm-updateBrandon Black
* 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.
2013-06-27Change duplicated alias nameOkura Masafumi
2013-06-25Merge pull request #1913 from chriskrycho/patch-2Robby Russell
Add more capable hg incoming and outgoing count handling
2013-06-25Add more capable hg incoming and outgoing count handlingChris Krycho
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.
2013-06-25Merge pull request #1859 from ayushs/plugin-git-cleanRobby Russell
Added alias for git clean
2013-06-25Merge pull request #1864 from Stibbons/gsemet_push_git_pluginRobby Russell
Improvement in the git plugin
2013-06-25Merge pull request #1865 from Stibbons/gsemet_push_repo_pluginRobby Russell
New plugin for git-repo (https://code.google.com/p/git-repo/)
2013-06-25Merge pull request #1867 from telser/masterRobby Russell
Simple Cabal plugin
2013-06-25Merge pull request #1869 from lucasuyezu/env_logsRobby Russell
Adding testlog and prodlog in addition to devlog.
2013-06-25Merge pull request #1868 from mlacorte/masterRobby Russell
Fix for broken colors in "superjarin" theme
2013-06-25Merge pull request #1880 from posva/rand-quoteRobby Russell
Random quotes from the internet
2013-06-25Merge pull request #1876 from chriskrycho/patch-1Robby Russell
Add count for incoming and outgoing changesets.
2013-06-25Merge pull request #1881 from iammichiel/patch-1Robby Russell
Adding a rebase option to git alias.
2013-06-25Merge pull request #1886 from tresni/patch-5Robby Russell
Correctly detect JIRA Rapid Board
2013-06-25Merge pull request #1901 from geecu/autocomplete_requiredRobby Russell
autocomplete required packages as second argumet
2013-06-25Merge pull request #1708 from tessi/extend_mercurial_pluginRobby Russell
extend mercurial plugin
2013-06-25Merge pull request #1773 from essembeh/masterRobby Russell
Uncomment l alias
2013-06-25Merge pull request #1903 from andschwa/tmux_iterm2Robby Russell
Tmux iTerm2 integration
2013-06-25Merge pull request #1904 from oohlaf/gpg-agent-fixRobby Russell
Prevent starting multiple gpg-agents
2013-06-25Merge pull request #1908 from UncleBill/patch-1Robby Russell
git-pull add --rebase option
2013-06-25Merge pull request #1909 from gonghao/masterRobby Russell
add virtualenv prompt support for agnoster theme
2013-06-25Merge pull request #1910 from dongweiming/add-celery-completionRobby Russell
Add celery completion
2013-06-25Add celery completiondongweiming
2013-06-25add virtualenv prompt support for agnoster themeGong Hao
2013-06-25git-pull add --rebase optionUncleBill
2013-06-23TypoOlaf Conradi
2013-06-23Prevent starting multiple gpg-agentsOlaf Conradi
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.
2013-06-22Not loading home tmux confs when iTerm2 tmux integration is enabledAndrew Schwartzmeyer
2013-06-22Adding support for iTerm2 tmux integration via option '-CC'Andrew Schwartzmeyer
2013-06-21Merge pull request #1872 from gdetrez/new-powerline-rangeRobby Russell
Update the character used from powerline
2013-06-21Merge pull request #1873 from charlesjohnson/bundler-pluginRobby Russell
Update bundler.plugin.zsh
2013-06-21Merge pull request #1887 from tgkokk/git-slow-fixRobby Russell
Fixed slow behavior when using GitHub wrappers
2013-06-21Merge pull request #1889 from jerolimov/patch-1Robby Russell
osx-plugin: Do not clear new tab when calling it with an argument.
2013-06-21remove unused functionGunther Konig
2013-06-21autocomplete required packages as second argumetGunther Konig
2013-06-17Merge pull request #1756 from rkj/masterRobby Russell
Fixed missing retcode if you tried to use themes/rkj
2013-06-16Merge pull request #1885 from eakret/termsupport-fixRobby Russell
Escape both % and $ in the command line
2013-06-16Merge pull request #1894 from codewhale/masterRobby Russell
debian plugin: ignore alias in sudo/aptitude check
2013-06-16Merge pull request #1893 from jeremydt/postgresRobby Russell
Add new plugin for homebrew installed version of postgres
2013-06-16debian plugin: ignore alias in sudo/aptitude checkCode Whale
2013-06-16Add new plugin for homebrew installed version of postgresJeremy Tennant
2013-06-14Do not clear tab when calling it with an argument.Christoph Jerolimov
2013-06-12Merge pull request #1877 from spazm/virtualenvwrapper-cleanupRobby Russell
virtualenvwrapper plugin cleanup
2013-06-12Merge pull request #1878 from spazm/virtualenv-cleanupRobby Russell
virtualenv cleanup: replaces subshell with prompt expansion.