- 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.
-
- 13 Feb, 2015 1 commit
-
-
Marc Cornellà authored
-
- 10 Feb, 2015 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Andrew Janke authored
Move the DISABLE_AUTO_TITLE check from title() to the preX hook functions that call it, to allow the title() function to be used directly by user or other callers.
-
- 04 Feb, 2015 1 commit
-
-
Andrew Janke authored
-
- 28 Jan, 2015 1 commit
-
-
Andrew Janke authored
contaminating script/function output
-
- 21 Dec, 2014 1 commit
-
-
Andrew Janke authored
-