CHH
5b2ca3875a
Improved statistics functions, effect:
...
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
14 years ago
Trae Robrock
a7fb668078
Make rvm prompt function a bit cleaner
14 years ago
Trae Robrock
3d1b788d8a
Fixing the rvm_prompt_info command, now it will not show empty parens if no rvm is currently being used
14 years ago
s3
1bb715965c
Change hardcoded ~/.oh-my-zsh to $ZSH.
14 years ago
Mat Schaffer
5f72c63136
Don't clobber standard Esc+. behavior
...
Esc+. works as "last arg" on both bash and zsh. Seems like a shame to introduce a new standard.
14 years ago
Jeffrey Dileo
c7105a5341
Disabled title function for emacs term mode
14 years ago
Rotem Yaari
19bf83e17d
Pager is 'less -R' to support colored outputs
14 years ago
Alex Light
d693711f14
made the 'd' alias only show the directories that can be cd'ed to using the number aliases
14 years ago
cruser42
5a5c93b334
Fixed bug introduced when fixing issue 896
14 years ago
Aleksey Orekhov
a9f6aed307
fixed introduced to parse_git_dirty
14 years ago
Aleksey Orekhov
7ea758834b
changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurate
14 years ago
Aleksey Orekhov
dc4d7a92c1
fixed asterisk display for modified repos in git prior to 1.7.2
14 years ago
Carlos Rodriguez
8769e5f8c9
Removed trailing spaces in Git files. Fixes #867
14 years ago
Gustavo Barron
cb501645d7
Get the Hostname
...
Main library should use ZSH native hostname function
14 years ago
Indrajit Raychaudhuri
0b583638ae
Fix upgrade and uninstall functions to pick up $ZSH value
14 years ago
Kyle Smith
d8521693f4
Added support for entries in /etc/ssh/ssh_known_hosts.
14 years ago
julien@macbook
dd14e075b7
Ignore submodules dirty in prompt info
14 years ago
Göran Gustafsson
3fc812afc9
Removed duplicate setting and sorted the remaining
14 years ago
Christian Höltje
40c47a7375
lib/termsupport now uses add-zsh-hook
...
This is needed to play nice with plugins that need various hooks.
15 years ago
Robby Russell
9d67d75b0a
Revert "Enable red dots during completion by default".
...
After a few weeks of using this, I'd prefer this to not be enabled by default. My bad for suggesting that in the first place.
This reverts commit fc49b4a4de .
15 years ago
Loïc Yhuel
fc49b4a4de
Enable red dots during completion by default
15 years ago
Loïc Yhuel
0848acfb25
Display red dots during completion process (disabled by default)
15 years ago
Loïc Yhuel
428f18cf42
Add key bindings for gnome-terminal on Fedora
15 years ago
Sven Lito
eb63ddf6bb
added mac keybinding for backward-delete-char
15 years ago
hobbestigrou
34f00f385c
More generic.
15 years ago
Benjamin Boudreau
cbaa97d8c3
Add utility method to spectrum
15 years ago
Christopher Sexton
a38774c98d
C-x C-e to edit current command in EDITOR
...
The command C-x C-e opens the current command line for editing
in the editor defined by the $EDITOR environment variable.
Thanks to Craig Bosma and his blog post about this:
http://distrustsimplicity.net/articles/zsh-command-editing
15 years ago
Brandon Konkle
6774fb3d59
Minor corrections to deletion detection in git_prompt_status
15 years ago
Sorin Ionescu
1db6575f14
Added extract plugin.
15 years ago
Michael Hanson
c014dca141
Fix deleted in git.zsh
15 years ago
Juan G. Hurtado
e129fc5a28
Adds support for $(current_branch) on git_parse_ahead()
...
Changes method git_parse_ahead() on git.zsh lib file. Before this
change it checked directly against origin/master branch. Now it
uses $(current_branch) to check for not pushed changes against
the current remote branch.
15 years ago
Renaud (Nel) Morvan
e3cede37a0
Relax pattern matching on TERM. Closes #320 .
15 years ago
Juan G. Hurtado
077baa7bb1
Adds new prompt methods on Git lib
...
Modifies the Git lib file (lib/git.zsh), adding three new prompt
methods:
- git_prompt_ahead(): Shows the content of the custom var
$ZSH_THEME_GIT_PROMPT_AHEAD if the local repository has
commits ahead from the remote origin repository
- git_prompt_short_sha(): Shows last commit SHA hash in short
mode wrapped between the content of the custom vars
$ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
$ZSH_THEME_GIT_PROMPT_SHA_AFTER
- git_prompt_long_sha(): Shows last commit SHA hash in long
mode wrapped between the content of the custom vars
$ZSH_THEME_GIT_PROMPT_SHA_BEFORE and
$ZSH_THEME_GIT_PROMPT_SHA_AFTER
15 years ago
Arthur Kalmenson
7d9628b2dc
Added bindings for Gnome terminal.
15 years ago
Arthur Kalmenson
c7c959de60
Make the delete key work correctly, instead of outputting a ~
15 years ago
Pat Regan
16ac094a43
Moved compinit call back to oh-my-zsh.sh, after plugins are loaded
15 years ago
Robby Russell
8883ace767
Revert "Enable alias completion, do not limit completion to just files"
...
This reverts commit c3a58b0004 .
15 years ago
Pat Regan
ef4175981b
Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh
15 years ago
Pat Regan
993e05da50
Replace redundant calls to compinit with a single call.
15 years ago
Renaud (Nel) Morvan
0cc0915bf8
Refactor DISABLE_AUTO_TITLE to be more DRY
15 years ago
Renaud (Nel) Morvan
a3e92892bb
Command title behavior no longer depend on local zsh configuration
...
Fix by derekjw. closes #52 .
15 years ago
Renaud (Nel) Morvan
d138751cbd
Escape characters used in escape sequence to avoid triggering bugs in Apple Terminal
...
Closes #45 #57 #58 #86 .
15 years ago
Lorrin Nelson
06063ab695
Introduce DISABLE_AUTO_TITLE option
15 years ago
Robby Russell
52df85440e
Revert "Re-order title/tab setting to make window titles work on OSX terminal which"
...
Was causing iTerm title to disappear entirely..
This reverts commit d4ea399b04 .
15 years ago
Matt Cable
d4ea399b04
Re-order title/tab setting to make window titles work on OSX terminal which
...
doesn't support tabs titles.
15 years ago
Woody Gilk
c3a58b0004
Enable alias completion, do not limit completion to just files
15 years ago
Fredrik Appelberg
d807221f60
fix to avoid parse errors if $TERM is empty
15 years ago
Sorin Ionescu
90a9a5f251
Added modified while newly added and type change detection to git prompt modified status.
15 years ago
Renaud (Nel) Morvan
faac3ba8fc
Refactor window and tab title in tty
...
Term window title and tab title are now skinable
Tab title can be different from window title (when supported by term)
Default theme is optimized of usuability (no %u@%m: $~ in a 10 char tab)
Cleanup code duplication and add comment for supported terms
On osX it works great on iterm, and is decent once you tweak Terminal pref
Tested under GNU screen, iTerm and Apple Terminal, need to be tested on linux
TODO implement Konsole support (via dbus)
15 years ago
Lorenzo Manacorda
fcc7801435
add missing unrar flag
15 years ago