Age | Commit message (Collapse) | Author |
|
|
|
Fixed git-flow feature publish's desc error
https://github.com/agate/oh-my-zsh/commit/72aeaa9d9ee55fbfe15b371c0bf127ab3948a965#commitcomment-2104214
|
|
Considering the situation when installing sublime text via apt-get (WebUpd8 Sublime Text 2 PPA)
|
|
Starting with autojump 21.0.3+ there is no file autojump in etc/
directory, so we source the autojump.zsh file directly. Version 20 has
it as well, so there should be no problems with earlier versions.
Comments on autojump's update in homebrew:
https://github.com/mxcl/homebrew/commit/5da9c4d5eb38e6abb516ba648898fb374ec360cd#Library/Formula/autojump.rb
|
|
|
|
More info about pass tool: http://zx2c4.com/projects/password-store/
|
|
|
|
Updated to allow for usage of the new Rapid Board jira url formats
|
|
|
|
current directory
|
|
The `#anchor` tags on
[nodejs.org](http://nodejs.org/docs/v0.8.2/api/all.html) changed. This
fixes the `node-docs` command.
|
|
|
|
Keeps track of the last changed directory. When a new shell is created,
the last directory will be restored. Mimics how tabs works in many
terminal emulators.
|
|
This remote selects the app based on your current repo remotes
For example heroku logs --remote staging
More info at https://devcenter.heroku.com/articles/using-the-cli
|
|
|
|
* upstream/master: (35 commits)
make README reflect latest changes
URL Tools Plugin
added a comment to the composer installation alias
added Composer completition and aliases
added two aliases to Symfony2 Plugin
fix test aliases
Missing comment line
look for test/unit instead of test/units. #typo
Correct error message.
Clean up doc
Jira ticket shortcut to browse existing issues or create a new issue.
Add zeus plugin
Make rvm prompt function a bit cleaner
Fixing the rvm_prompt_info command, now it will not show empty parens if no rvm is currently being used
Add link to gist
Updated documentation for agnoster theme
Use HISTFILE evironment variable directly rather than copying it
added autojump plugin support for mac os x + port
Colemak plugin
Per directory history plugin
...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added Composer Plugin and Symfony2 alias
|
|
New 'Nanoc' plugin
|
|
updated cap plugin to use `cap -T` instead of `cap show_tasks`
|
|
Don't show empty parens if you are using your system ruby
|
|
Add zeus plugin
|
|
Open Jira issues from a project
|
|
URL Tools Plugin
|
|
|
|
* Added urlencode -- alias to encode URLs from the command line using Python
* Added urldecode -- alias to decode URLs from the command line using Python
|
|
|
|
|
|
|
|
Before this patch, commands containing %-signs set the title wrong
(urxvt and xterm) [1] and produce strange output in urxvt [2].
test for bug 1:
> sleep 10 && echo %
sets title to "sleep 10 && echo %<<"
> sleep 10 && echo %f
doesn't change the title at all
test for bug 2 (only urxvt):
> echo %f
39m%f
^^^^^----- output
|
|
|
|
|
|
|
|
|
|
|
|
BY POPULAR DEMAND... the "agnoster" theme...
|
|
|
|
|
|
|
|
Includes aliases for zeus (https://github.com/burke/zeus)
Also there is a README.md that list all aliases, ready to copy
into the wiki.
|
|
|
|
rvm is currently being used
|
|
If you manually install autojump as advised by the autojump README by running
the install.sh script, it will install by default to $HOME/.autojump.
Add an extra case in the zsh autojump plugin to find the new file and stop a
syntax error in the else clause every time a new zsh starts (running brew when
brew does not exist).
|