- 05 Jan, 2022 1 commit
-
-
Marc Cornellà authored
By default, `typeset` defines variables locally unless in the main scope. This is specially bad when using `omz plugin load`, which happens inside a function, so the declared variables don't continue being defined when the function finishes and the main scope reappears.
-
- 28 Dec, 2021 2 commits
-
-
Marc Cornellà authored
-
Curtis Rueden authored
For details and rationale, see: https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html Closes #10518
-
- 12 Nov, 2020 1 commit
-
-
ratijas authored
-
- 30 Mar, 2020 1 commit
-
-
Felix Stupp authored
* 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>
-
- 19 Jan, 2020 1 commit
-
-
James Wright authored
Invoke `env` via `command` to ignore shell functions and aliases.
-
- 29 Sep, 2018 1 commit
-
-
Iulian Onofrei authored
This allows you to use `colored git log --help` for example, to get colored output.
-
- 07 Nov, 2017 1 commit
-
-
Marcel Siegert authored
Resolves: #6237
-
- 15 Dec, 2015 4 commits
-
-
Pavan Rikhi authored
-
Marc Cornellà authored
Commit 09d2a597 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
-
Marc Cornellà authored
-
cknoblauch authored
Some environments (in my case, cygwin) have PATH variables with directories with spaces in them, breaking colored-man. Adding quotes around the PATH environment variable makes the plugin run OK.
-
- 09 Oct, 2015 1 commit
-
-
Robby Russell authored
-
- 16 Sep, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 11 Jul, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 30 Mar, 2013 1 commit
-
-
KokaKiwi authored
-