- 25 Feb, 2022 1 commit
-
-
Markus (Vock) Arians authored
Co-authored-by:
Markus Arians <markus.arians@andrena.de>
-
- 25 Nov, 2021 1 commit
-
-
Paul Scott authored
-
- 11 Nov, 2021 1 commit
-
-
Marc Cornellà authored
The `title` function unsafely prints its input without sanitization, which if used with custom user code that calls it, it could trigger command injection. The `spectrum_ls` and `spectrum_bls` could similarly be exploited if a variable is changed in the user's shell environment with a carefully crafted value. This is highly unlikely to occur (and if possible, other methods would be used instead), but with this change the exploit of these two functions is now impossible.
-
- 29 Sep, 2021 1 commit
-
-
Marc Cornellà authored
Closes #10124 Co-authored-by:
Paul Schorfheide <pschorf2@gmail.com> Co-authored-by:
Alastair Rankine <alastair@girtby.net>
-
- 07 Jan, 2021 1 commit
-
-
Kyle Gerard Felker authored
Environment variable EMACS was replaced by INSIDE_EMACS
-
- 08 Oct, 2020 1 commit
-
-
Michele Bologna authored
In Ubuntu and Debian, in scp, and in rsync the prompt is by default specified as in user@hostname:/path/to/directory while the previous title in ohmyzsh was user@hostname: /path/to/directory
-
- 29 Sep, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9295
-
- 28 Sep, 2020 1 commit
-
-
Marc Cornellà authored
-
- 27 Sep, 2020 1 commit
-
-
Marc Cornellà authored
-
- 23 Jul, 2020 1 commit
-
-
Marc Cornellà authored
Co-authored-by:
Peter J. Schroeder <peterjschroeder@gmail.com>
-
- 30 Jun, 2020 1 commit
-
-
Patrick Moore authored
DISABLE_UNTRACKED_FILES_DIRTY, DISABLE_AUTO_TITLE, GIT_STATUS_IGNORE_SUBMODULES are not set Handle these variables not being set with conditional access. If the user has set -u option to report attempts to use undeclared / unassigned variable, accessing the variables needs to be conditional.
-
- 19 Jun, 2020 1 commit
-
-
joshuashaffer authored
-
- 05 Mar, 2020 1 commit
-
-
Marc Cornellà authored
-
- 03 Mar, 2020 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
`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.
-
- 28 Feb, 2020 1 commit
-
-
Stephen Heuer authored
Apple's Terminal doesn't open a new tab in your current directory if your hostname has UTF-8 characters in it. Percent encoding the host in addition to the path in update_terminalapp_cwd appears to solve this issue. Co-authored-by:
Marc Cornellà <marc.cornella@live.com>
-
- 19 Nov, 2019 1 commit
-
-
Jacob Tomaw authored
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by:
Marc Cornellà <marc.cornella@live.com>
-
- 07 Jul, 2019 1 commit
-
-
Erik Demaine authored
-
- 06 Jul, 2019 1 commit
-
-
Erik Demaine authored
-
- 21 Mar, 2019 1 commit
-
-
Jeremy Armstrong authored
-
- 07 Aug, 2018 1 commit
-
-
Janosch Schwalm authored
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
-
- 14 Dec, 2015 2 commits
- 01 Dec, 2015 4 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Dawid Ferenczy authored
-
- 30 Nov, 2015 2 commits
-
-
Ionel Cristian Mărieș authored
-
Ionel Cristian Mărieș authored
-
- 27 Nov, 2015 1 commit
-
-
Andrew Janke authored
-
- 18 Aug, 2015 1 commit
-
-
Andrew Janke authored
-
- 09 Aug, 2015 2 commits
-
-
Andrew Janke authored
-
Andrew Janke authored
-
- 01 Aug, 2015 1 commit
-
-
Andrew Janke authored
This prevents it from malfunctioning when `setopt prompt_subst` is off.
-
- 21 Feb, 2015 2 commits
-
-
Andrew Janke authored
Add support for variant "utf8" locale suffix spelling. Fix dumb bug in iconv call that would cause it to hang.
-
Andrew Janke authored
-
- 17 Feb, 2015 2 commits
-
-
Andrew Janke authored
For unspecified encodings, assume it's UTF-8 or compatible (e.g. ASCII) and muddle through without character encoding conversion.
-
Andrew Janke authored
-
- 15 Feb, 2015 2 commits
-
-
Andrew Janke authored
In termsupport, use LC_CTYPE instead of LANG to enable byte-by-byte text processing. LANG doesn't seem to actually work.
-
Andrew Janke authored
Remove terminalapp plugin and fold its implementation in to lib/termsupport.zsh. Replaces the redundant Terminal.app support that was recently added to termsupport.
-