Eric Nielsen
3b7eeda8f7
[environment] Use setopt NO_FOO instead of unsetopt FOO
...
As used in other modules. Also easier to document in the comments and
README.
Replace table by bulleted list so it's possible to use `|` in the text
without breaking the Markdown rendering.
2018-05-18 13:54:48 -05:00
Eric Nielsen
d0429dc0bb
[environment] Remove path separator from WORDCHARS
...
So individual path elements can be edited with backward-kill-word and
backward-word/forward-word keys.
Fixes #206 .
2017-09-21 19:23:14 -05:00
Eric Nielsen
537f076603
Don't load zim if zsh < 5.2
...
and show an error message, as discussed in #184 .
Code in modules/environment/init.zsh is also simplified to only support
zsh >= 5.2
Closes #200
2017-08-03 09:18:39 -05:00
wweir
83f61ddeba
[environment] Recognize comments starting with '#'
...
compatible with bash/omz
Closes #198
2017-07-30 17:37:12 -05:00
ℳichiel ℛoos
fcf060482b
[environment] Use zsh style tests for empty vars
...
Closes #180
2017-05-17 15:59:49 -05:00
Henrique Silva
d97ff6bd07
Support dynamic title on urxvt
...
Closes #151
2017-04-30 09:01:14 -07:00
Joe Moon
43096df5cb
[environment] Fix url-quote-magic
...
`url-quote-magic` automatically escapes characters that fit a URI scheme
as you type. From what I can tell from the commit history, this was
mistakenly placed in `else` branch of the nested conditional instead of
at the end of the outermost conditional.
Closes #160
2017-04-11 13:29:53 -05:00
Matt Hamilton
cc34e3f310
[environment] add customizable term title
...
Adds customizable terminal/window title. Set `${ztermtitle}` in `.zimrc`
to use this functionality.
Check the notes added in templates/zimrc for additional usage info.
Closes #52
2017-01-21 08:54:32 -08:00
Eric Nielsen
76ff1bdb3c
Add less or more as default PAGER
...
Set `less` (if available) or `more` as `PAGER`, if `PAGER` is not set.
Closes #101
2016-12-01 23:51:59 -08:00
Matt Hamilton
494e44375c
[environment] fix better bracketed paste
...
Fixes #60
2016-06-22 16:07:46 -07:00
Matt Hamilton
345233741e
[environment] better bracketed paste zsh >=5.2
2016-06-15 18:46:54 -07:00
Matt Hamilton
e6068a7ede
zsh 5.1.1 url-quote-magic requires bracketed-paste
2015-12-27 04:00:20 -05:00
Matt Hamilton
599add14b9
use is-at-least to determine version
2015-12-27 03:58:01 -05:00
Matt Hamilton
11aaff5614
Compare version as float
...
ZSH_VERSION isn't guarenteed to be a float (5.1.1). In this case, it
should be safe to just strip it to a float: 5.1(.1)
closes issue #3
2015-12-27 03:46:50 -05:00
Matt Hamilton
4a934de754
add url-paste "if" based on ZSH_VERSION
2015-12-26 00:45:41 -05:00
Matt Hamilton
8678752d91
fix typos
2015-12-15 02:17:37 -05:00
Matt Hamilton
3a62391e0e
initial commit
2015-12-15 00:12:17 -05:00