Marc Cornellà
9e8f417dab
Merge pull request #4729 from sachin21/update_rake_command_in_rails_plugin
...
Support bundler
2016-05-30 15:33:55 +02:00
Marc Cornellà
0aa3cb2e05
Merge pull request #5119 from baig/git-plugin-update
...
Changed `alias gsta='git stash'` to `alias gsta='git stash save'`.
2016-05-26 19:56:17 +02:00
Marc Cornellà
222d84300f
Merge branch 'Draniu/patch-1'
...
Close #5101
2016-05-23 12:34:45 +02:00
Marc Cornellà
87cbf3fcf1
Fix styling in cakephp3 completion
2016-05-23 12:33:17 +02:00
Marc Cornellà
970f11d1c4
Merge pull request #5104 from felipec/fc/gitfast
...
gitfast: update to the latest upstream Git and a couple of fixes
2016-05-21 17:12:04 +02:00
Marc Cornellà
4a1e89c58b
Merge pull request #5076 from tomasnorre/VagrantSnapshot
...
[TASK] Vagrant plugin: Add missing vagrant snapshot command
2016-05-12 20:19:26 +02:00
Marc Cornellà
d393436831
Merge branch 'juanpastas/patch-2'
...
Close #4126
2016-05-12 17:07:00 +02:00
Marc Cornellà
52723876f9
Add README to meteor plugin
2016-05-12 17:06:44 +02:00
Marc Cornellà
4d9ae02d74
Merge branch 'normalize-repository'
2016-05-12 16:48:13 +02:00
Marc Cornellà
7a0d299e96
Reword and clarify example.zsh custom file
2016-05-12 13:59:10 +02:00
Marc Cornellà
54ace41f3c
Tidy up gitignore file
...
- `custom/example.zshcache` doesn't exist anymore: it's safe to
ignore.
- `*.swp` files are ignored for no apparent reason. There's nothing
in the codebase that generates them. This was introduced by @lepht
in commit f78218f6 on 24 May 2011.
- Files `locals.zsh` and `projects.zsh` are no longer supported for
putting custom configuration there.
This is since commit 8debd09 where files were put in a lib/
folder, but failed to modify the .gitignore file as well.
The init script was modified as well, so those files aren't even
being sourced: they are safe to be deleted or ported into a custom
script.
2016-05-12 13:53:05 +02:00
Marc Cornellà
66e7e7d9ca
Use .gitkeep files to keep cache/ and log/ directories
...
Instead of .easter-egg files we now have empty .gitkeep files,
like is done as an informal standard.
2016-05-12 13:52:34 +02:00
Marc Cornellà
2198ff05e3
Rename license to LICENSE.txt for consistency
2016-05-12 13:52:34 +02:00
Marc Cornellà
26a07b0ad8
Rename README.markdown to README.md for consistency
2016-05-12 13:51:19 +02:00
Marc Cornellà
25dddd2db4
Merge branch 'email2vimalraj/readme-for-maven'
...
Close #4764
2016-05-12 13:42:00 +02:00
Marc Cornellà
30870d87dd
Reword and fix formatting of mvn plugin README
2016-05-12 13:41:29 +02:00
Marc Cornellà
817889c95f
Merge branch 'manu09-patch-1'
...
Close #4938
2016-05-12 13:29:42 +02:00
Marc Cornellà
6dbeb7bbd8
Merge branch 'fix/weird-autocompletion'
2016-05-12 13:24:04 +02:00
Marc Cornellà
cc36063cfd
Cleanup theme-and-appearance.zsh
2016-05-12 13:23:46 +02:00
Marc Cornellà
ed484dfaf6
Delete cdablevars option by default
...
Fixes weird autocompletion of directories and named users.
Fix #4864
2016-05-12 13:22:27 +02:00
Marc Cornellà
0ebe35968c
Merge pull request #4907 from johankj/feature/osx-iterm2
...
Add iTerm2 v3 support
2016-05-01 16:23:25 +02:00
Marc Cornellà
1b1315a777
Merge pull request #5027 from tony612/add-files-completion-to-mix-test
...
add files completion to mix test
2016-04-20 23:05:55 +02:00
Marc Cornellà
63ad70825d
Merge pull request #5023 from psprint/master
...
[znt] Don't leave positional parameters being set
2016-04-20 21:10:11 +02:00
Marc Cornellà
656ddabcfa
Merge pull request #5009 from cosmosgenius/github-gitio-bug
...
Moved git.io url to https
2016-04-18 01:54:36 +02:00
Marc Cornellà
d310fac7f6
Merge pull request #4572 from aioutecism/master
...
Avoid using "PREFIX" that cause nvm to complain about.
2016-04-06 12:03:20 +02:00
Marc Cornellà
b7142922f8
Merge pull request #4976 from mcornella/bureau-theme-fixes
...
Bureau theme fixes
2016-04-05 21:22:35 +02:00
Marc Cornellà
82a4587427
Use grep -q for silent behavior
2016-04-04 23:06:08 +02:00
Marc Cornellà
e1b04cfecd
Fix logic of bureau_git_status function
...
This separates the gathering of file status, repository status and
stash.
2016-04-04 20:39:10 +02:00
Marc Cornellà
286c3e5e28
Merge pull request #4961 from aesopwolf/patch-1
...
Add git user profile functions for prompt display
2016-03-31 23:24:54 +02:00
Marc Cornellà
c4582777fc
Merge pull request #4957 from TorrentKatten/master
...
localization support for clock in candy theme
2016-03-31 00:51:15 +02:00
Marc Cornellà
c3b3de5f29
Merge pull request #4956 from RobLoach/asdf
...
Add asdf version manager plugin
2016-03-30 20:54:03 +02:00
Marc Cornellà
b4a85eca9d
Merge pull request #4728 from atk91/4727
...
Remove --color flag from git log aliases
The way to colorize `git log` output is by setting the `color.ui` configuration.
2016-03-30 04:46:22 +02:00
Marc Cornellà
7cc1eab6fa
Merge pull request #2752 from isqua/bureau_theme_fix
...
Fix checkmark for clean repo in bureau theme
2016-03-30 04:36:41 +02:00
Marc Cornellà
c74681a199
Merge pull request #2392 from s7anley/master
...
Geeknote autocomplete and alias
2016-03-30 04:31:09 +02:00
Marc Cornellà
d1a5fad25b
Merge pull request #4943 from MattLewin/master
...
Update 'tm' function to take multiple files on the command-line
2016-03-30 04:29:56 +02:00
Marc Cornellà
dfccac312c
Merge pull request #3892 from delphiki/sf2-plugin
...
Added environment based shortcuts in symfony2 plugin
2016-03-30 03:40:55 +02:00
Marc Cornellà
8daa52d56c
Merge pull request #4809 from aried3r/patch-1
...
Add missing alias to README of bundler plugin
2016-03-30 03:19:14 +02:00
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