Indrajit Raychaudhuri
8edc5e9323
environment: Simplify nested conditional block
...
Avoid unnecessary nesting for conditional block.
4 years ago
Roman Perepelitsa
7cad349a5a
environment: improve the TTY check ( #1785 )
...
Bug report from @qosmio:
https://github.com/sorin-ionescu/prezto/pull/1771#issuecomment-575596417
I'm unable to reproduce it and @qosmio hasn't yet confirmed or
disconfirmed whether this fix works. It's a good idea to change
the code this way in either case.
(As I mentioned in #1771 , this `stty -ixon` call may have been added
by mistake. It doesn't do what the comment suggest and is at least as
likely to be harming users as helping them.)
5 years ago
Roman Perepelitsa
7c94154dda
environment: apply `stty -ixon` only to tty ( #1771 )
5 years ago
Maxim Baz
e86200e7aa
Allow mapping Ctrl+S and Ctrl+Q shortcuts ( #1750 )
5 years ago
Kaleb Elwert
6c46804f41
environment: only enable bracketed paste on non-dumb terminals
...
Fixes #1552
6 years ago
Kaleb Elwert
906ac99e20
Move INTERACTIVE_COMMENTS from editor to environment
7 years ago
Kaleb Elwert
221c6cd128
Remove BRACE_CCL as default
...
Fixes #1162
7 years ago
Kaleb Elwert
7ebb5e9dda
environment: Fix logic around url quoting in zsh >= 5.1
...
Closes #1015 , Fixes #978
Thanks to @Eriner for pointing us in right direction.
The code for this comes from zim. This is the last commit with the code we're using:
537f076603 (diff-30465d78a41f73dc0f6967d3f34d7964)
Note that we need this workaround because we currently support back to
4.3.11.
I believe that originally came from here:
https://github.com/robbyrussell/oh-my-zsh/pull/4473
7 years ago
Sorin Ionescu
9539341e1e
[ Fix #732 ] Replace $GREP_OPTIONS with an alias
10 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Sorin Ionescu
4e3475d8a7
[ Fix #403 ] Display accented characters properly
12 years ago
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
12 years ago
Sorin Ionescu
9a52ecb21b
Increase heading readability
12 years ago
Sorin Ionescu
4fd347580e
[ Fix #104 ] Add documentation for environment
13 years ago
Sorin Ionescu
7a4433e92c
[ #171 ] Move environment variables into zshenv
13 years ago
Sorin Ionescu
aed0d586cb
Unset path_file after use
13 years ago
Sorin Ionescu
76347e638a
[ Fix #165 ] Remove personal paths from environment
13 years ago
Sorin Ionescu
86e4d2e3ff
[ #23 ] Convert environment into a module
13 years ago