Age | Commit message (Collapse) | Author |
|
|
|
The in memory history is not updated until an accept line command, so you
have to push enter before it is correct, this commit replaces the reset-prompt
with an accept-line. It also adds a push-line, to preserve the current editing
buffer
|
|
1 1124 24.6006% c
2 985 21.5583% git
3 343 7.50711% rails
4 328 7.17881% cd
5 314 6.8724% rspec
6 257 5.62486% la
7 197 4.31167% rake
8 154 3.37054% s
9 109 2.38564% ..
10 95 2.07923% rvm
11 68 1.48829% guard
12 36 0.787919% bundle
13 29 0.634712% ssh
14 28 0.612826% pry
15 27 0.590939% open
16 26 0.569052% middleman
17 26 0.569052% gem
18 24 0.525279% rm
19 24 0.525279% heroku
20 23 0.503392% nvm
|
|
|
|
|
|
Behave more like lib/git.zsh.
Set `SVN_SHOW_BRANCH="true"` to display branch/tag or trunk instead of just repo name.
Falls back to repo name if branch information is not available.
Idea and awk call from revans/bash-it/themes/base.theme.bash
|
|
Cleans up minimal theme by not using a custom prompt function
Removed case of 2 spaces showing if not in a version controlled folder
Adds support for svn_prompt_info
|
|
|
|
|
|
|
|
|
|
Considering the situation when installing sublime text via apt-get (WebUpd8 Sublime Text 2 PPA)
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
Bundle exec puma also http://puma.io
|
|
Fix to restore bindings after switching to vi-mode
|
|
Per directory history plugin
|
|
Colemak plugin ( http://colemak.com/ )
|
|
added autojump plugin support for mac os x, when port installed autojump
|
|
Use the HISTFILE environment variable in place of copying it to
_per_directory_history_global so that users can change the environment variable
after sourcing per-directory-history and have the global variable set correctly
|
|
|
|
a plugin for useing the colemak[1] keyboard layout and vi-mode in zsh, rotates
some keys around in vi command mode so that the physical hjkl keys are still
used for movement, all the rotated keys are either in colemak's location or
qwerty's location, so it is easy to pick up
[1] www.colemak.com
|
|
This is a implementation of per directory history for zsh, some
implementations of which exist in bash[1,2]. It also implements
a per-directory-history-toggle-history function to change from using the
directory history to using the global history. In both cases the history is
always saved to both the global history and the directory history, so the
toggle state will not effect the saved histories. Being able to switch
between global and directory histories on the fly is a novel feature as far
as I am aware.
[1]: http://www.compbiome.com/2010/07/bash-per-directory-bash-history.html
[2]: http://dieter.plaetinck.be/per_directory_bash
|
|
the vi-mode plugin destroys any bindings made before it is sourced due to the
'bindkey -v' call to switch to using vi-mode. This patch saves the bindings
before invoking 'bindkey -v' then rebinds them afterwards, this fixes a number
of outstanding issues due to people using vi-mode and having things in oh-my-zsh
break due to the bindings being destroyed
|
|
|
|
|
|
|