- 05 Apr, 2020 1 commit
-
-
Marc Cornellà authored
-
- 03 Apr, 2020 1 commit
-
-
Monson Shao authored
GNU "make" is installed as "gmake" by homebrew.
-
- 30 Mar, 2020 3 commits
-
-
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>
-
Marc Cornellà authored
Spares us of the need to quote % symbols
-
Marc Cornellà authored
-
- 26 Mar, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #6050
-
- 25 Mar, 2020 2 commits
-
-
Marc Cornellà authored
Fixes problems when using the plugin via antibody or antigen.
-
Jon authored
-
- 24 Mar, 2020 3 commits
-
-
glechic authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Updates OMZ's copy to commit 0f80b8eb3368b46e5e573c1d91ae69eb095db3fb from zsh-users/zsh-history-substring-search
-
- 23 Mar, 2020 2 commits
-
-
Marc Cornellà authored
Also sort and remove duplicates, and pipe to fmt to improve output format. Fixes #8755
-
Jędrzej Lewandowski authored
* dotenv: add possibility to agree once for a given .env file * refactor: fix code style * Use :A modifier instead of readlink. Thanks Aloxaf * Use grep and clean up allowed list check logic * Simplify and reorder file; change default allowed list path * Add new feature to README * Make sure ZSH_CACHE_DIR is defined * Resolve symlinks in $PWD before storing in allowed list Co-authored-by: Aloxaf <bailong104@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 22 Mar, 2020 1 commit
-
-
Hector S authored
-
- 21 Mar, 2020 1 commit
-
-
Dan Rose authored
On Ubuntu, direnv is not installed in `/usr/local`.
-
- 20 Mar, 2020 1 commit
-
-
Moritz Schwörer authored
-
- 19 Mar, 2020 1 commit
-
-
Mark authored
Co-authored-by: mark horsfield <markhfromakron@gmail.com>
-
- 16 Mar, 2020 1 commit
-
-
wurza authored
Co-authored-by: Michael Wurzer <michael.wurzer@sequality.at> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 12 Mar, 2020 2 commits
-
-
Marc Cornellà authored
Fixes #8249
-
Andrew Janke authored
Fixes #4681 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 11 Mar, 2020 4 commits
-
-
Marc Cornellà authored
- fasd - history - mercurial - pylint - repo - yii2
-
Christoph Bachhuber authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #8732
-
- 10 Mar, 2020 2 commits
-
-
LuFan Zhong authored
-
Ross Goldberg authored
-
- 09 Mar, 2020 4 commits
-
-
Marc Cornellà authored
Fixes #6239 Fixes #7946 Fixes #8017 Fixes #8717 Closes #7987 Closes #8718
-
B YI authored
-
Nick Paterno authored
-
Marc Cornellà authored
-
- 05 Mar, 2020 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
* Added -g option to shrink-path plugin. The new optins adds an asterix to the uniquely shortened name, such that, if copy'n'pasted, zsh globbing will expand to the full path name of the shortened path: shrink-path -g: "/net/software/modules/modulefiles" -> "/n*/s*/modules/m*" shrink-path -l -g: "/net/software/modules/modulefiles" -> "/n*/s*/modules/modulefiles" * Updated also the README file with the new -g option. * shrink-path: improved handling of special cases This commits improves the handling of special cases in path strings: - handling of white space in path names - handling of single-letter path names * Update plugins/shrink-path/README.md Co-Authored-By: Jacob Tomaw <jacob.tomaw@gmail.com> * Fix typo "Asterix" and replace with "asterisk" * Add optional quoting support to shrink_path Co-authored-by: Jacob Tomaw <jacob.tomaw@gmail.com>
-
- 04 Mar, 2020 4 commits
-
-
Alexey Györi authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
chieping authored
Closes #3764
-
Marc Cornellà authored
-
Masato Ikeda authored
Closes #1944 Closes #3315
-
- 03 Mar, 2020 3 commits
-
-
Marc Cornellà authored
Closes #8009 Co-authored-by: Jon Mosco <jonny.mosco@gmail.com>
-
Marc Cornellà authored
* Automatic title: Replace fg with description from jobs * Avoid error messages when there is no job * Use $jobstates and $jobtexts to look for jobs `jobs %string` doesn't work correctly when run inside `$()`. `$jobstates` and `$jobtexts` is available in the current shell process, so even though we need to replicate a bit more logic, every type of `fg` invocation works correctly. * lib: clean up termsupport.zsh Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
-