Marc Cornellà
9280f2c874
Merge pull request #4940 from ysmood/optimize-ys-theme
...
Optimize the ys.zsh-theme: make it simpler
2016-03-25 00:06:31 +01:00
Marc Cornellà
186f009ecc
Update README.markdown
2016-03-24 23:34:41 +01:00
Marc Cornellà
2cc5976d26
Merge pull request #4941 from getaaron/patch-1
...
Remove "Mac" from "Mac OS X"
2016-03-24 23:32:00 +01:00
Marc Cornellà
8ac1859f37
Update GitHub download URLs in README
...
From `raw.github.com' to `raw.githubusercontent.com'
Fixes #4933
2016-03-19 20:46:36 +01:00
Marc Cornellà
bd6dbd1d9b
Merge pull request #4866 from willmendesneto/master
...
Fix bug in compass docs search
2016-02-21 14:28:38 +01:00
Marc Cornellà
0d0042aad3
Merge pull request #4857 from depressiveRobot/master
...
fix terminal color pollution
2016-02-19 13:03:51 +01:00
Marc Cornellà
534bf2c608
Merge branch 'psiclops/github-fix'
2016-02-12 23:42:05 +01:00
Marc Cornellà
3d522ff3a6
Remove non-working symbols and tidy up logic
2016-02-12 23:39:47 +01:00
Marc Cornellà
fd223067c8
Merge branch 'add-dnf-plugin'
...
Close #2452
2016-02-11 23:38:36 +01:00
Marc Cornellà
624518054b
Add README to dnf plugin
2016-02-11 21:45:24 +01:00
Marc Cornellà
c0b12523fe
Fix deprecated dnf commands
...
Update -> upgrade
Erase -> remove
2016-02-11 21:38:10 +01:00
Marc Cornellà
26064c635b
Merge pull request #4841 from FiloSottile/patch-1
...
git.plugin: remove the conflicting gvt alias
2016-02-10 20:21:35 +01:00
Marc Cornellà
a38d7cf54a
Merge pull request #4836 from alias1/patch-1
...
Update _brew to match latest
2016-02-10 02:00:29 +01:00
Marc Cornellà
15d52fd4fb
Merge pull request #4832 from eddie-dunn/master
...
pylint.plugin.zsh: Remove include-ids=y
2016-02-07 23:48:38 +01:00
Marc Cornellà
5464fe3e4a
Center Oh My Zsh logo
...
Also, fix a couple of typos / style issues.
2016-01-18 22:04:16 +01:00
Marc Cornellà
e5f5d7941d
Merge branch 'low-ghost-patch-1'
...
Close #4723
2016-01-18 21:54:45 +01:00
Marc Cornellà
d60cf5cb10
Merge branch 'slariviere-master'
...
Close #3747
2016-01-18 21:13:10 +01:00
Marc Cornellà
40016afdc4
Merge pull request #4755 from psprint/master
...
znt: optimizations for zsh<=5.2
2016-01-18 15:16:48 +01:00
Marc Cornellà
87e782f91e
Merge pull request #4738 from valentinbud/feature-vault
...
Vault basic autocompletion
2016-01-15 20:11:38 +01:00
Marc Cornellà
071db94ec3
Merge pull request #4713 from apjanke/forklift-new-homepage
...
forklift: update homepage URL and tweak formatting
2016-01-15 18:20:06 +01:00
Marc Cornellà
4b9bc91ce4
Merge pull request #4537 from agireud/command-not-found-OSX
...
Add OSX support for command-not-found
2016-01-15 18:18:46 +01:00
Marc Cornellà
078cd4ae2b
Merge pull request #4759 from swrobel/patch-1
...
chruby plugin locals moved inside function
2016-01-14 23:25:52 +01:00
Marc Cornellà
9df79bc21a
Merge pull request #4773 from mbologna/patch-1
...
Re-added $ZSH_THEME_GIT_PROMPT_EQUAL_REMOTE
2016-01-13 16:35:25 +01:00
Marc Cornellà
686e460258
Merge branch 'sachin21-a_happy_new_year'
...
Close #4740
2016-01-04 17:30:11 +01:00
Marc Cornellà
03cc1f74f3
Cleanup LICENSE file and fix README link
2016-01-04 17:29:23 +01:00
Marc Cornellà
f558a460c2
Merge pull request #4709 from mcornella/fix-local-vars-in-git-prompt
...
Put `local var` declaration in its own line in lib/git.zsh
2015-12-17 21:45:50 +01:00
Marc Cornellà
0842384987
Put local var declaration in its own line in lib/git.zsh
...
In places, the local statement will override the exit code and the written
command won't have the effect intended when it was written.
For example, when it's not inside a git repo the exit code won't be true,
but the local statement will make it true regardless. See #4708 .
2015-12-17 18:37:49 +01:00
Marc Cornellà
30ddf25fd7
Merge pull request #4695 from mcornella/add-hub-completion
...
Add hub's completion file
2015-12-16 12:34:03 +01:00
Marc Cornellà
69c73a477c
Merge pull request #4704 from paulcalabro/patch-1
...
Fixed a typo.
2015-12-16 09:37:55 +01:00
Marc Cornellà
5adb06df0e
Merge pull request #4702 from prikhi/master
...
colored-man-pages: Use Portable `less` Path
2015-12-15 21:46:39 +01:00
Marc Cornellà
6ad6d114dc
Merge pull request #4700 from giordanovi/master
...
Update gulp.plugin.zsh
2015-12-15 12:17:46 +01:00
Marc Cornellà
3162de563f
Add hub's completion file
...
This uses the version at commit 35c76bf (2015-12-08)
https://github.com/github/hub/commit/35c76bf91dc3d699173599464b9b41cb877ee440
2015-12-15 11:57:24 +01:00
Marc Cornellà
4b95c166bd
Merge branch 'fix-colored-man-pages-syntax'
2015-12-15 11:56:27 +01:00
Marc Cornellà
5e310c5308
Fix syntax error in colored-man-pages
...
Commit 09d2a597a5 introduced the bug, which is due to using
single brackets conditions at the same time as *.
This commit should fix it and use double brackets everywhere
else.
Fixes #4699
2015-12-15 11:56:16 +01:00
Marc Cornellà
fe9ff63ced
Merge pull request #4463 from giordanovi/master
...
Fetch Gulp tasks list in a better way
2015-12-15 11:44:59 +01:00
Marc Cornellà
cb11d139b4
Merge pull request #4697 from psprint/master
...
znt: more optimizing workarounds for 5.0.6 <= zsh < 5.2
2015-12-15 11:03:14 +01:00
Marc Cornellà
5de1704a0a
Merge branch 'cknoblauch-patch-1'
...
Close #4469
2015-12-15 04:12:01 +01:00
Marc Cornellà
09d2a597a5
Fix style of colored-man-pages plugin
2015-12-15 04:11:40 +01:00
Marc Cornellà
dd299542c9
Merge branch 'hallabro-consistent-wording-update'
...
Close #4103
2015-12-15 03:47:18 +01:00
Marc Cornellà
ef31d06426
Merge pull request #4139 from ultimatemonty/patch-1
...
Nicer formatting of ember aliases in README
2015-12-15 03:37:44 +01:00
Marc Cornellà
8a3b78e011
Merge pull request #4536 from alexws54tk/patch-1
...
Update frontcube.zsh-theme
2015-12-15 03:26:19 +01:00
Marc Cornellà
e344f4c066
Merge pull request #4420 from apjanke/git-move-current_branch-to-core
...
Git: move current_branch() to core
2015-12-15 02:34:59 +01:00
Marc Cornellà
bfd2d8de24
Merge pull request #4498 from gfvcastro/alias-rake-stats
...
Add 'rake stats' alias.
2015-12-15 02:21:51 +01:00
Marc Cornellà
8d6fccef81
Merge pull request #4589 from apjanke/agnoster-powerline-char-stronger-warning
...
agnoster theme: stronger warning about changing SEGMENT_SEPARATOR character
2015-12-15 02:08:45 +01:00
Marc Cornellà
93c00cced5
Merge pull request #4451 from victor-torres/branch-plugin
...
Add branch plugin
2015-12-15 01:02:49 +01:00
Marc Cornellà
d988ee01c2
Merge pull request #4568 from blueyed/archlinux-improve-commands-lookup
...
archlinux: use $+commands instead of 'command -v' in a subshell
2015-12-15 01:01:47 +01:00
Marc Cornellà
531789e4fa
Merge pull request #4628 from moyamo/master
...
Default to using terminfo to set the terminal title
2015-12-14 13:02:31 +01:00
Marc Cornellà
bd384a060b
Merge pull request #4667 from dbohdan/patch-1
...
"fishy" theme: Shorten path .foo to .f, not .
2015-12-14 12:46:14 +01:00
Marc Cornellà
6a8692da7c
Merge pull request #4676 from bamarni/composer-stderr
...
[Composer] redirect stderr to /dev/null for completion commands
2015-12-14 11:25:43 +01:00
Marc Cornellà
4108c4895f
Merge pull request #4690 from kaelig/patch-1
...
Update link to git completion
2015-12-14 02:21:32 +01:00
Marc Cornellà
f5641594a9
Merge branch 'GNUletik-master'
...
Close #3627
2015-12-14 01:09:14 +01:00
Marc Cornellà
273063ad59
Merge pull request #4663 from psprint/master
...
znt: faster startup of tools using colorifying (e.g. n-history), optimized heap usage for older Zsh's
2015-12-14 00:41:40 +01:00
Marc Cornellà
d54d896346
Merge pull request #3966 from apjanke/fix-spectrum-ls
...
Make spectrum_ls implementation consistent with $FG and spectrum_bls
2015-12-13 21:39:13 +01:00
Marc Cornellà
4d154abaa9
Merge branch 'apjanke-histsubstr-double-bind'
...
Close #4193
2015-12-13 21:34:17 +01:00
Marc Cornellà
11de60fde9
Merge pull request #3965 from apjanke/spectrum-hide-codes
...
Hide spectrum.zsh var values to avoid junky output to terminal
2015-12-13 21:28:44 +01:00
Marc Cornellà
4fbfb149d3
Add back the - alias to go to the previous directory
...
The alias was removed in #3564 . A couple of users were using
it, so I'm adding it back.
2015-12-13 20:36:31 +01:00
Marc Cornellà
5e950d4fa0
Merge pull request #4689 from apjanke/fix-non-numeric-versions
...
common-aliases: handle "dev" versions in version check
2015-12-11 22:02:50 +01:00
Marc Cornellà
45e42efa45
Merge pull request #4657 from hghwng/master
...
Recognize Firefox addon and Android packages.
2015-12-11 14:13:30 +01:00
Marc Cornellà
07fcbbe74c
Merge pull request #4641 from WeeBull/patch-1
...
Use actual `commit --amend` command for Mercurial
2015-12-11 13:58:33 +01:00
Marc Cornellà
0cca3c0deb
Merge pull request #4687 from gmccue/web-search-ecosia
...
Add Ecosia to web-search plugin.
2015-12-11 00:10:55 +01:00
Marc Cornellà
ee343814b7
Use $HOME instead of tilde inside quotes
...
The tilde character is not expanded when inside quotes. See https://github.com/robbyrussell/oh-my-zsh/issues/4668#issuecomment-162213379
2015-12-05 18:49:26 +01:00
Marc Cornellà
3841115f54
Merge pull request #4654 from mcornella/termsupport-cleanup
...
Make code in lib/termsupport.zsh more readable
2015-12-05 13:49:52 +01:00
Marc Cornellà
c82f49e734
Merge pull request #4652 from psprint/master
...
znt: updated README.md, twice as fast searching
2015-12-02 01:33:23 +01:00
Marc Cornellà
4e306887c2
Cleanup update_terminalapp_cwd function
2015-12-01 14:05:38 +01:00
Marc Cornellà
eca912e51a
Quote all variables in if statements
2015-12-01 14:05:18 +01:00
Marc Cornellà
103eb32721
Use a case structure to id terminal types
2015-12-01 14:04:12 +01:00
Marc Cornellà
00344f7628
Merge branch 'ferenczy-cygwin'
...
Close #2739
2015-12-01 13:53:48 +01:00
Marc Cornellà
b457ae2501
Merge pull request #4651 from ionelmc/patch-1
...
Add support for "putty" $TERM in termsupport.zsh
2015-12-01 00:05:17 +01:00
Marc Cornellà
f7ed7244c2
Merge pull request #3321 from moul/pr-tmux-cssh
...
[tmux-cssh plugin] Initial version
2015-12-01 00:04:12 +01:00
Marc Cornellà
78af29e5ed
Merge branch 'marking-master'
...
Fixes #4597
2015-11-30 21:43:36 +01:00
Marc Cornellà
584e0a6ef9
Use shwordsplit in open_command()
2015-11-30 21:27:58 +01:00
Marc Cornellà
afdfe2391e
Add empty string parameter to start command
...
Otherwise `start` will confuse the first parameter as the title of
a new command prompt if the parameter contains whitespace. That is
because the command to be run will be:
start "abc def"
which opens a new command prompt window with the title "abc def".
With the added empty string we force the start command to interpret
the passed parameter as the file / command:
start "" "abc def"
which will be interpreted like `""` is the title and the rest is
the file or command to start.
-------
**NOTE:** this wouldn't be necessary if the start script in msys
was defined differently; that is, if it had the empty string
already incorporated in the script (/usr/bin/start), like so:
```diff
-cmd //c start "${@//&/^&}"
+cmd //c start "" "${@//&/^&}"
```
Notice however that this would make it impossible to use start
setting a different title, so it's probably best to leave it as is.
More info: http://sourceforge.net/p/msys2/tickets/14/
-------
The change `${(z)open_cmd}` is necessary to force zsh to split the
variable by the spaces and interpret it as separate words.
More info: http://zsh.sourceforge.net/FAQ/zshfaq03.html#l17
2015-11-30 21:21:28 +01:00
Marc Cornellà
a19ec1040e
Merge pull request #4649 from psprint/master
...
znt: n-history supports multi-line cmds and starts with current buffer
Fixes #4648
2015-11-30 18:11:11 +01:00
Marc Cornellà
afd28bf1fc
Merge pull request #4368 from psprint/master
...
Update Zsh Navigation Tools plugin
2015-11-30 09:50:37 +01:00
Marc Cornellà
fea74b4b34
Fix open_command nohup call
...
There a syntax error if $cmd_var contains more than one word,
so we drop the current way to prepend nohup and use a simpler
if-else form.
2015-11-29 19:34:10 +01:00
Marc Cornellà
ef031dfe8f
Merge pull request #4207 from mpscholten/master
...
Also accept any forms of yes as an answer to the "do you want to update?" prompt
2015-11-29 14:34:14 +01:00
Marc Cornellà
46824b39a3
Merge pull request #4191 from apjanke/vi-mode-fix-smkx
...
vi-mode: fix smkx/rmkx by removing broken line-init/finish widgets
2015-11-29 14:31:35 +01:00
Marc Cornellà
d3b9520501
Merge branch 'apjanke-z-allow-custom'
...
Closes #4578
2015-11-27 17:12:45 +01:00
Marc Cornellà
85d949550b
Merge pull request #4181 from posva/z
...
Update z version to 5dc2a86
2015-11-27 17:09:05 +01:00
Marc Cornellà
96108e1130
Merge branch 'apjanke-histsubstr-update-2015_04_26'
2015-11-27 16:59:41 +01:00
Marc Cornellà
befb5b66c5
Merge pull request #4634 from mfaerevaag/master
...
[wd] update minor version (v0.4.2)
2015-11-27 16:51:05 +01:00
Marc Cornellà
424800e881
Merge pull request #4539 from Gnouc/master
...
Update uninstall.sh
2015-11-27 16:08:32 +01:00
Marc Cornellà
90e1630163
Merge pull request #4443 from apjanke/github-update
...
Update github plugin to work with current hub versions
2015-11-27 16:07:00 +01:00
Marc Cornellà
dfe10af9fa
Merge branch 'apjanke-termsupport-protect-subshell'
...
Fixes #4565
2015-11-27 15:59:59 +01:00
Marc Cornellà
d2e1c71bfb
Merge pull request #4534 from mcornella/fix-open_command-nohup-tmux
...
Drop the use of nohup on OSX for tmux compatibility
2015-11-27 15:50:48 +01:00
Marc Cornellà
ebfba0e539
Drop the use of nohup on OSX for tmux compatibility
...
Apparently `nohup` is not needed in OSX, and using it has the side
that it may break under tmux with the error
nohup: can't detach from console: No such file or directory
For now, this commit only drops the use of `nohup` in OSX. But it
*may* not be necessary under other similar platforms.
2015-11-27 15:40:31 +01:00
Marc Cornellà
22632aac7c
Merge pull request #3859 from gnagy/master
...
gradle plugin: also list tasks in subprojects
Cleanup gradle plugin file
2015-11-21 03:24:53 +01:00
Marc Cornellà
249d2229d4
Cleanup gradle plugin file
...
- Delete useless #!zsh
- Simplify gradle build file check
- Format comments and delete TODO stuff (already dealt with)
- Use `$()` syntax for cat commands
2015-11-21 03:16:34 +01:00
Marc Cornellà
64e1252bd5
Merge pull request #4623 from apjanke/dircycle-remove-redundant-bindings
...
dircycle: remove redundant key bindings
2015-11-20 18:08:11 +01:00
Marc Cornellà
5d8fd93cac
Merge pull request #4617 from ahmadawais/patch-1
...
Removed Similar Aliases
2015-11-20 18:07:55 +01:00
Marc Cornellà
7627004a2f
Merge pull request #4612 from stereodenis/patch-1
...
bundle outdated alias
2015-11-20 18:05:21 +01:00
Marc Cornellà
5289edcee5
Merge pull request #4592 from jstnlef/fix-weird-unstaged-behavior
...
Fixing strange git unstaged prompt behavior
2015-11-20 16:42:42 +01:00
Marc Cornellà
c120417336
Merge pull request #4619 from apjanke/mercurial-readme-tweak
...
Mercurial plugin: revise README
2015-11-20 16:40:47 +01:00
Marc Cornellà
e44aa50301
Merge pull request #4535 from robbyrussell/mcornella-patch-1
...
[README] Update custom directory command and fix code blocks
2015-10-21 17:45:44 +02:00
Marc Cornellà
e9de366ea7
Update custom location command and fix code format
2015-10-21 17:39:13 +02:00
Marc Cornellà
ba20b9861e
Merge pull request #4016 from coopermaruyama/master
...
Fix typo.
Close #4016
2015-10-21 17:09:26 +02:00
Marc Cornellà
405ee83af4
Merge pull request #4500 from sachin21/modify_a_condition
...
[FIX ERROR] Refactor for function in plugins/rake-fast/rake-fast.plugin.zsh
2015-10-21 16:52:32 +02:00
Marc Cornellà
d06f4d0893
Fix backwards logic in uninstaller once and for all
...
Really this time :P
Fixes #4533
2015-10-21 16:46:38 +02:00
Marc Cornellà
4e42e1f7e1
Fix conditional in uninstall prompt
2015-10-21 11:28:12 +02:00
Marc Cornellà
b2010a0ae6
Fix syntax error in confirmation prompt of uninstall.sh
...
We need to use POSIX syntax. This file is no longer executed with zsh.
Fixes #4483 .
2015-10-21 11:24:12 +02:00