Commit Graph

5854 Commits (5b717ab3e4bfb627a936d7c04367a39867734d63)

Author SHA1 Message Date
Marc Cornellà b721053c87 af-magic: account for active conda envs in dash line
See https://github.com/ohmyzsh/ohmyzsh/issues/8081#issuecomment-632182715
2020-05-21 20:48:46 +02:00
wurza 25d0b2dfbd
man: look for man page for subcommands () 2020-05-21 20:24:43 +02:00
Benoit GALATI fcd0747bc1
core: remove inc_append_history option () 2020-05-21 18:29:00 +02:00
Mikael Andersson Wigander d8f674cc8e
git: exclude 'development' in gdba alias () 2020-05-21 18:13:14 +02:00
Dmitry 31c2dc32c2
jira: add tempo command () 2020-05-21 18:11:18 +02:00
R Max Espinoza 9050ed34d1
pipenv: fix error when Pipfile is not a file () 2020-05-21 17:56:13 +02:00
Marc Cornellà cfdd3c8dd8 Revert "core: enable hist_reduce_blanks"
This reverts commit cbd6fbe7a7.

Fixes 
2020-05-20 14:02:42 +02:00
Jacob Menke 582c8cb291
Prefix cd calls with `builtin` () 2020-05-20 11:30:11 +02:00
Will Mendes 8b51d17c46
frontend-search: add packagephobia () 2020-05-19 16:33:47 +02:00
Roman Perepelitsa f7bf566555
update: fix bug in upgrade.sh: s/NORMAL/RESET/ () 2020-05-19 14:47:30 +02:00
Marc Cornellà 4012df8fbb bundler: add alias for bundle add
Fixes 
2020-05-18 11:53:34 +02:00
Emanuel Alarcón 3e14fdd6b4
bundler: add alias for bundle check () 2020-05-18 11:48:44 +02:00
Marc Cornellà 29eddb6613
update: display logo in rainbow colors () 2020-05-18 11:23:28 +02:00
Marc Cornellà cbd6fbe7a7 core: enable hist_reduce_blanks
Fixes 
2020-05-16 17:18:20 +02:00
Raphaël Brulé 0e4b638c3f
Add plugin for rustup completion () 2020-05-16 17:15:43 +02:00
Marc Cornellà 587b554580 zsh-navigation-tools: update to 5937e57e
Fixes 
2020-05-16 16:55:29 +02:00
Marc Cornellà fd786291ba composer: fix documented aliases 2020-05-11 20:10:36 +02:00
Gilles 2ecf2846cd composer: add aliases for 'outdated' commands
Added `co` alias for `composer outdated` and `cod` for `composer
outdated --direct`

Closes 
2020-05-11 20:04:52 +02:00
Michael Stucki f6a03b2396 composer: use cache to fix slowness during startup
Fixes 
Closes 
2020-05-11 12:29:40 +02:00
Marc Cornellà da8c19a076 core: fix zstyle definition of use-cache 2020-05-11 12:11:02 +02:00
Marc Cornellà c52441b624 pygmalion: revert multiline prompt change
Fixes 
Closes 
2020-05-10 20:06:24 +02:00
Marc Cornellà 08cc808d71 magic-enter: define bindkey for vi mode as well
Closes 
2020-05-09 12:27:56 +02:00
Marc Cornellà b876198575 init: silence zcompdump metadata write for invalid ZSH_COMPDUMP filenames
If `$SHORT_HOST` contains invalid filename characters, the compinit call doesn't
error, but the zcompdump metadata write does. Use `tee` instead so we can silence
the error.

See dd1a72696f (commitcomment-38984764)
2020-05-07 11:28:10 +02:00
Felipe Contreras 0736a3749a
gitfast: proper synchronization () 2020-05-05 20:32:52 +02:00
Marc Cornellà ff987384cf core: fix cmp invocation in BSD systems
BSD cmp doesn't have the option of reading from stdin, so use process
substitution instead.
2020-05-05 12:13:45 +02:00
Marc Cornellà dd1a72696f
core: refresh zcompdump cache file in init script () 2020-05-04 16:51:16 +02:00
Marc Cornellà 173d4ca68f core: move core folder to lib, for now 2020-05-01 19:15:14 +02:00
Marc Cornellà 07bcf041c0
core: add basic Oh My Zsh CLI () 2020-05-01 19:02:29 +02:00
Ross Goldberg 06b0276675
sdk: support completion of new commands in 5.8.0 () 2020-04-30 20:28:07 +02:00
Marc Cornellà 58a1a1397e
meta: add Ross Goldberg as owner of the sdk plugin 2020-04-30 19:21:17 +02:00
Ross Goldberg 373e27d805
sdk: improve sdkman completion () 2020-04-30 18:46:17 +02:00
tom139 c686aa3dbb
aws: fix aws_change_access_key function with awscli v2 () 2020-04-26 12:28:24 +02:00
Tapan Avasthi 80f669db47
jsontools: correct usage for is_json () 2020-04-26 12:25:00 +02:00
Marc Cornellà 2560f04982 autojump: clarify need to install it first
Related: 
2020-04-22 12:01:30 +02:00
Marc Cornellà 31eca46ee3
meta: basic CODEOWNERS file (gitfast plugin)
https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
2020-04-14 16:52:04 +02:00
Shahin Sorkh 54c29bbde1
composer: fix cdo alias due to command api change () 2020-04-13 17:23:52 +02:00
schnatterer d53355ab38
tig: add more info in README ()
For more convenient plugin exploring.
2020-04-10 13:53:16 +02:00
Marc Cornellà d6474237b8 battery: revert battery charging symbol 1-character-width hack
Fixes 
2020-04-05 21:59:24 +02:00
Marc Cornellà 0caae9082a lib: speed up slow parts of the lib files; other small fixes 2020-04-05 21:37:45 +02:00
Marc Cornellà dbd16000a5 themes: fix minor syntax error 2020-04-05 17:14:48 +02:00
Monson Shao 6ad6fea52a
gnu-utils: append make to cmds ()
GNU "make" is installed as "gmake" by homebrew.
2020-04-03 16:13:36 +02:00
Felix Stupp 621de1e20b
colorized-man-pages: add hooks for dman and debman commands ()
* colorized-man-pages: Added hooks for commands dman and debman

`dman` and `debman` are tools from the package `debian-goodies` for
Debian systems (see https://packages.debian.org/stable/debian-goodies).
They can display man pages from manpages.debian.org or local debian
packages respectively.

README of the plugin is also updated.

* Simplify syntax for future changes

* Fix README syntax

Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-30 20:13:12 +02:00
Marc Cornellà 2a081d6e5e battery: remove printf usage where possible
Spares us of the need to quote % symbols
2020-03-30 18:49:01 +02:00
Marc Cornellà 3da469be5c battery: fix Full battery bug on Linux; force 1-char-width on charging symbol 2020-03-30 18:38:53 +02:00
Marc Cornellà d247f98d3e nebirhos: use short hostname in prompt
Fixes 
2020-03-26 12:39:51 +01:00
Marc Cornellà 00f3fa2c40 keychain: define SHORT_HOST if not defined
Fixes problems when using the plugin via antibody or antigen.
2020-03-25 10:22:31 +01:00
Jon bcc3ee8ce8
systemd: remove newline from systemd prompt () 2020-03-25 10:02:00 +01:00
glechic 4d1202c70c
git: fix markdown in README () 2020-03-24 19:24:47 +01:00
Marc Cornellà 8b80461e6e
history-substring-search: fixing my dumb mistake 2020-03-24 12:32:52 +01:00
Marc Cornellà fd534eb979 history-substring-search: update to upstream version 2019-05-12
Updates OMZ's copy to commit 0f80b8eb3368b46e5e573c1d91ae69eb095db3fb from zsh-users/zsh-history-substring-search
2020-03-24 09:54:00 +01:00