- 20 Jan, 2019 1 commit
-
-
Marc Cornellà authored
Fixes #7527
-
- 09 Sep, 2018 1 commit
-
-
Marc Cornellà authored
Fixes #7117
-
- 02 Aug, 2018 1 commit
-
-
Marc Cornellà authored
This reverts commit 9544316e. This setting broke mouse / touchpad scroll on programs using `less` output due to it not using the alternate screen buffer. Fixes #7025
-
- 24 Jul, 2018 1 commit
-
-
Lars Schneider authored
The option '-F' causes 'less' to automatically quit if the contents fit the screen and the option '-X' causes 'less' to not clear the screen after quit. I think both options are generally useful for terminal applications. They are in particular useful for Git as it runs all output through a pager. Git will run 'less' with '-FRX' by default if the environment variable $LESS is not defined [1]. Since oh-my-zsh used to set $LESS to '-R', Git would not override this setting. Consequently, Git would display even a single line of output in a pager and the user would need to explicitly quit that pager (see mailing list discussion [2]). Therefore, lets change the oh-my-zsh default value for $LESS to '-FRX'. This would be useful for oh-my-zsh Git users and likely for users of other applications that use 'less' too. [1] https://github.com/git/git/blob/36438dc19dd2a305dddebd44bf7a65f1a220075b/Documentation/config.txt#L819-L821 [2] https://public-inbox.org/git/2412A603-4382-4AF5-97D0-D16D5FAAFE28@eluvio.com/
-
- 15 Nov, 2016 1 commit
-
-
Derek Frank authored
Sourcing oh-my-zsh happens in zshrc, which will override settings of profile and zshenv. Treat misc values, `PAGER` and `LESS`, as default settings without overriding existing values. Fixes: #1, robbyrussell/oh-my-zsh#3016
-
- 09 Oct, 2015 1 commit
-
-
Andrew Janke authored
A bracketed-paste-magic bug breaks pasting of CJK and some other characters in zsh 5.1.1. http://www.zsh.org/mla/workers/2015/msg02680.html See #4434
-
- 04 Oct, 2015 1 commit
-
-
Jeff Smith authored
Redirect STDERR along with STDOUT when looking for ack-grep
-
- 10 Sep, 2015 1 commit
-
-
iCross authored
Incompatibilites between 5.0.8 and 5.1: bracketed-paste-magic may also be necessary in order to apply url-quote-magic. Reference: https://github.com/zsh-users/zsh/blob/a9df6aaa702abf761b155cd842a7f6917be44139/Functions/Zle/url-quote-magic#L11
-
- 11 Jul, 2015 1 commit
-
-
Bin Huang authored
-
- 15 Jun, 2015 1 commit
-
-
Ali Afshar authored
-
- 10 Jun, 2015 2 commits
-
-
Dan Mills authored
Partially fixes #3614
-
Tejas Bubane authored
-
- 10 Feb, 2015 4 commits
-
-
Marc Cornellà authored
-
frozen_dude authored
LANG is a colon-separated list of prefered locales; LC_CTYPE is single entry, therefore we need to remove all but one entry. Also, there is no need setting it if it is already set (LC_ALL also sets LC_CTYPE, so we check it too).
-
LFDM authored
-
LFDM authored
There were only three aliases left in aliases.zsh File deleted!
-
- 13 Oct, 2012 1 commit
-
-
Felix Dreissig authored
-
- 01 Mar, 2012 1 commit
-
-
Rotem Yaari authored
-
- 23 Jul, 2011 1 commit
-
-
hobbestigrou authored
-
- 04 Nov, 2009 1 commit
-
-
Toon Claes authored
-
- 01 Oct, 2009 1 commit
-
-
Jon Evans authored
This means we are running it after $PATH has potentially been set up, which means it's more likely that commands like "git" will be found
-
- 24 Sep, 2009 1 commit
-
-
Robby Russell authored
-
- 23 Sep, 2009 2 commits
- 22 Sep, 2009 1 commit
-
-
James Cox authored
-