Mariusz Fik
b56e8fb478
Ignore more users in ssh completion.
...
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
12 years ago
Daniel Hahler
71d9420637
Use zsh's default for ':completion:*:hosts'
...
The manual configuration of ':completion:*:hosts' causes some problems
(e.g. issue #1337 ), and misses useful information (especially from
~/.ssh/known_hosts; issue #690 and issue #1009 ).
The best option appears to be using zsh's default configuration for
':completion:*:hosts'.
While rebasing this for a new pull request (#1498 got closed by accident
and then requests to re-open it got ignored), it also drops the `users
off` setting: completion of user names can be useful, and the commit
adding it (c4434d2 ) does not state why.
12 years ago
Kaiwen Xu
b71a2b9d0f
Removed unsolicited aliases.
...
Those aliases should be in user's .zshrc file, instead of being default.
12 years ago
Marc Cornellà
a951600b4e
Avoid 'title:parse error' with single quotes in $CMD
...
Fixes #2182
12 years ago
Marc Cornellà
3e5de21dc5
Revert previous commit, escape %
12 years ago
Marc Cornellà
b73ced397f
Use single quotes also in $LINE definiton
12 years ago
Marc Cornellà
b0fbe0d11a
Avoid evaluating special chars in $LINE on title command ( fixes #2234 )
12 years ago
Huang, Tao
217d8f0540
`fc -l 1` instead of `history` in zsh_stats #2501
...
$HIST_STAMP breaks zsh_stats. see #2501
12 years ago
LFDM
b0b79e0aba
No need to eval in rvm_prompt_info!
...
Just activate word-splitting.
12 years ago
LFDM
85fde31991
Renames the file to prompt_info_functions.zsh
12 years ago
LFDM
082607c165
Adds documentation.
12 years ago
LFDM
72392a2c27
Adds all other dummy implementations.
12 years ago
LFDM
6a40557a8b
Updates spectrum.zsh
12 years ago
LFDM
c6aacf611d
Refactors ruby_prompts.zsh
12 years ago
LFDM
8a887c5052
Joins ruby prompt files and adds ruby_prompt_info.
12 years ago
LFDM
7aa766168c
Adds chruby_prompt_info dummy function.
12 years ago
LFDM
ae6ded5ad7
Returns false when rbenv is not found.
12 years ago
LFDM
468b24a8d5
Returns false when rvm is not found.
12 years ago
LFDM
bbbff94cca
Fixes rvm_prompt_info() in lib/rvm.zsh
12 years ago
Michael Orr
9b811fb625
accidentally blew away a git config setting used for another purpose, renaming in order to distinguish
12 years ago
Bob Bonifield
f082d7a245
Making auto-correction off by default
...
- Allows for the user to turn on auto-correction using the
$ENABLE_CORRECTION variable
- Adds aliases regardless of variable assignment to aid users that use
setopt to turn correction back on in their zshrc
12 years ago
Stefan Tatschner
c9f2c947e4
Added/modified some useful aliases.
13 years ago
Michael Orr
fbd479b68e
adding a check for git config option to disable git_prompt_info() on a per repo basis
13 years ago
Petter Abrahamsson
a7540844d5
Add support for colored ls output on OpenBSD
13 years ago
isquariel
5c73cb671b
Added nvm.zsh to detect current Node.js version
13 years ago
Pablo Rubianes
efc37c1f71
Modification to the frisk theme to work with the BZR lib
13 years ago
dejan
f057737e57
Added the spectrum_bls function, which prints all 256 colors set as the
...
background.
We can easily see which color we want to set when changing the PS1 shell variable,
since the colors are more distinctive.
13 years ago
dongweiming
77cf869605
Add option for show in the command execution time stamp in the history
13 years ago
Theodore Kokkoris
9703eba66e
Fixed slow behavior when using GitHub wrappers
13 years ago
Ehren Kret
ab7604e5c2
Escape both % and $ in the command line
...
Fixes issue #1884
13 years ago
Christopher Roach
4ff861ee11
Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option.
13 years ago
Sébastien M-B
f77a545a4b
Uncomment l alias
13 years ago
Jeremy Attali
e41714d72c
Added option to allow untracked files as non dirty
...
In this commit, the option only works for git but it should not be to hard for
someone who knows svn to so the same.
This commit is largely inspired by @yoavweiss , I only added an option to use
it.
13 years ago
Felipe Contreras
d615f64374
git: fix parse_git_dirty()
...
If oh-my-zsh.hide-status is configured, the 'clean' code won't be
generated, and some themes might end up distorted. Let's generate the
'clean' code even when we don't want the show the dirty status.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
13 years ago
Christian Höltje
8890450684
This fixes checking for git untracked items
...
The grep expression was incorrect for normal grep. Adding
the `-E` option fixed the escaping of the question marks.
13 years ago
Flavius Aspra
3826c7bf85
allow setting a custom HISTFILE before oh-my-zsh is loaded
13 years ago
Philip Stark
56e835426b
fix git_prompt_status() to not say the repository has untracked files all the time
13 years ago
bertag
72ec24108a
Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsing against both git 1.6 and git 1.7+
13 years ago
Thomas Minor
3db22634a1
pipe git version check error to /dev/null (for when git doesn't exist)
13 years ago
Swanand Pagnis
fb3dc24ff4
Support for opening tabs and windows in the same This fixed #1498 for me on Mountain Lion
13 years ago
Yoav Weiss
9245a30868
Did a full circle and went back to # On branch master
...
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: git.zsh
#, ignoring untracked files, which seems to be the primary cause for slowness
13 years ago
Yoav Weiss
11576dd40b
Fixed dirty check to include files added to index
13 years ago
Toon Claes
fe4c2379c4
use pushdminus
13 years ago
Yoav Weiss
171a76a3c4
Closer to original status command, using SUBMODULE SYNTAX
13 years ago
Yoav Weiss
2e213b9b8f
Faster dirty git status check (using git diff)
13 years ago
Serdar Dalgıç
4c91f6d13e
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv into
...
oh-my-zsh.
13 years ago
Cosmin Lu?ă
e5736d3910
Fixed coding style
13 years ago
Robby Russell
c5ecb4e136
Fixes #1489
...
Revert "Fixed Mac OS X Terminal.app related issue with extra newlines being printed out sometimes"
This reverts commit 8f89d4d5a5 .
13 years ago
Cosmin Lu?ă
fa355a798c
Fixed issue with NetBSD's ls
13 years ago
MAD
b9a989fea5
Add Stash toogle to display if there's some stash or not in `git_prompt_status`
13 years ago