summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-03Merge pull request #4445 from wweaver/git-hf-aliasesRobby Russell
Add Git Hubflow aliases
2015-10-03Merge pull request #4453 from uberspot/masterRobby Russell
Add 3 more nmap aliases to nmap plugin
2015-10-03Merge pull request #3165 from hbin/fix-alias-afind-osxRobby Russell
The executable command on Mac OSX is 'ack' rather than 'ack-grep'.
2015-10-03Merge pull request #4421 from jcpst/masterRobby Russell
gulp plugin: missing opening double quote
2015-10-03Merge pull request #4424 from Gutem/patch-1Robby Russell
Update Simulator's Path to XCode 7.x
2015-10-03Merge pull request #4427 from xavhan/patch-1Robby Russell
Add alias for npm global install
2015-10-03Add 3 more nmap aliases to nmap pluginuberspot
2015-10-02Add Git Hubflow aliasesWill Weaver
2015-09-30Remove broken link and move npmg alias positionXavier Haniquaut
2015-09-29Merge pull request #4426 from apjanke/turn-off-3889-by-defaultRobby Russell
completion: turn off the #3889 compfix check by default
2015-09-29Add alias for npm global installXavier Haniquaut
2015-09-28completion: turn off the #3889 compfix check by defaultAndrew Janke
2015-09-28Update Simulator's Path to XCode 7.xGutem
2015-09-28gulp plugin: missing opening double quote & had unneeded parens on functionJoseph Post
2015-09-28Merge pull request #4411 from TylerCharlesworth/patch-1Robby Russell
Fixes Sublime Cygwin support
2015-09-27Update sublime.plugin.zshTyler Charlesworth
2015-09-27Merge pull request #4121 from apjanke/chucknorris-check-for-fortuneRobby Russell
chucknorris: check for fortune/strfile dependency
2015-09-27Merge pull request #4348 from andybateman/patch-1Robby Russell
Display song currently playing in iTunes
2015-09-27Merge pull request #4394 from PrestanceDesign/new-git-aliasRobby Russell
Add alias for print latest tag name
2015-09-27Merge pull request #4396 from TylerCharlesworth/patch-1Robby Russell
Adds Cygwin support to Sublime
2015-09-27Merge pull request #4410 from justVitalius/masterRobby Russell
Fix print rvm version in amuse theme
2015-09-27Fix print rvm version in amuse themejustvitalius
2015-09-26Merge pull request #4333 from mbologna/fedora_pluginRobby Russell
Added fedora plugin, based on dnf/yum plugin
2015-09-26Merge pull request #3646 from apjanke/installer-cygwin-support-3Robby Russell
Add Cygwin support to installer.
2015-09-26Merge pull request #4337 from iCross/masterRobby Russell
fix url-quote-magic not working issue
2015-09-26Merge pull request #4387 from mbologna/fix_git_equal_remoteRobby Russell
Uniform git prompt equal remote
2015-09-26Merge pull request #4397 from vidakovic/masterRobby Russell
Accept single and double quotes in Gulp plugin
2015-09-26Merge pull request #4385 from Philosoft/patch-1Robby Russell
Update README.md for vi-mode
2015-09-26Merge pull request #4392 from ag4ve/patch-1Robby Russell
Correct repo dir
2015-09-26Merge pull request #4408 from DoomHammer/fix-chruby-test-expressionRobby Russell
Fix invalid test expression.
2015-09-26Merge pull request #4349 from FishingCactus/fix-atom_plugin_for_cygwinRobby Russell
Fixed atom plugin for cygwin users
2015-09-26Merge pull request #4377 from fcrozat/masterRobby Russell
Do not fail if tput is not available
2015-09-26Merge pull request #4375 from PrestanceDesign/capistrano-plugin-fixRobby Russell
Fix capistrano problem when generating autocompletion
2015-09-26Merge pull request #4340 from pahnev/masterRobby Russell
Fixed broken git branch icon
2015-09-25Fix invalid test expression.Piotr Gaczkowski
2015-09-24Accept single and double quotes in Gulp pluginAleksandar Vidakovic
2015-09-24Adds Cygwin supportTyler Charlesworth
2015-09-24Add alias for print latest tag nameMichael SALIHI
2015-09-23Merge branch 'master' into installer-cygwin-support-3Andrew Janke
Conflicts: tools/install.sh
2015-09-23Correct repo dirshawn
cvs's metadata is under CVS and not .cvs
2015-09-23fix indentationMichele Bologna
2015-09-23Uniform git prompt equal remoteMichele Bologna
Uniform git prompt equal remote to all others prompts, setting the correct symbol (if applicable) to $git_remote_status, instead of echoing it. It also solves the problem pointed out in #3911
2015-09-23Update README.mdAlexander Frolov
2015-09-22also handle missing tput in upgrade script.Frederic Crozat
2015-09-21Merge pull request #4372 from afh/pull/emotty_themeRobby Russell
Fix issues with character widths in emotty theme
2015-09-22Replaced the use of 'print' with 'echo' in order to sanitise track and ↵Andy Bateman
artist names Fixed indentation Fixed indentation
2015-09-22Added function for 'itunes playing' to display state when not playingAndy Bateman
2015-09-22You can now use 'itunes status' as well as 'itunes playing' to show current ↵Andy Bateman
track
2015-09-22Fixed colourisation of Now Playing functionAndy Bateman
2015-09-22Update osx.plugin.zshAndy Bateman
Added function to display the song you're currently listening to in iTunes Fixed indent Indentation on line 169 was squiffy Fixed spelling Removed unnecessary wording to make function more succinct. Highlighting of Artist and Track Changed the highlighting of the Track and Artist in yellow to make use of Prompt Expansion Colors