index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
misc.zsh
Age
Commit message (
Expand
)
Author
2019-10-16
lib: allow alias expansion in _ sudo alias (#8268)
Shahin Sorkh
2019-08-19
lib: delete LC_CTYPE locale setting which causes problems
Marc Cornellà
2019-05-11
lib: add ability to disable magic functions
Marc Cornellà
2019-01-20
misc: remove please alias to sudo
Marc Cornellà
2018-09-09
lib: quote arguments to env_default
Marc Cornellà
2018-08-02
Revert "add -F and -X to default $LESS environment variable (#6611)"
Marc Cornellà
2018-07-24
add -F and -X to default $LESS environment variable (#6611)
Lars Schneider
2016-11-16
fix(env): Do not override misc env set before sourcing oh-my-zsh (#5231)
Derek Frank
2015-10-08
Disable bracketed-paste-magic in zsh 5.1.1, where it is buggy
Andrew Janke
2015-10-03
Fix 'ack-grep' bug for non-ubuntu users
Jeff Smith
2015-10-03
Merge pull request #3165 from hbin/fix-alias-afind-osx
Robby Russell
2015-09-10
fix url-quote-magic not working issue
iCross
2015-07-11
The executable command on Mac OSX is 'ack' rather than 'ack-grep'.
Bin Huang
2015-06-14
Add missing space causing parse error.
Ali Afshar
2015-06-14
Merge pull request #3986 from evilhamsterman/master
Robby Russell
2015-06-10
Only load url-quote-magic if it is available.
Dan Mills
2015-06-10
Recognize comments by default.
Tejas Bubane
2015-02-10
Temporarily delete over-engineered solution
Marc Cornellà
2015-02-10
Fix for bad LC_CTYPE entry
frozen_dude
2015-02-10
Moves a bindkey call from misc to key-bindings.
LFDM
2015-02-10
Moves remaining aliases to misc and deletes file.
LFDM
2012-10-13
Set the '-R' option for less not in $PAGER, but as $LESS.
Felix Dreissig
2012-03-01
Pager is 'less -R' to support colored outputs
Rotem Yaari
2011-07-23
More generic.
hobbestigrou
2009-11-04
Joined the appearance so the theme can apply LSCOLORS too
Toon Claes
2009-10-01
run update check *after* running custom configuration scripts.
Jon Evans
2009-09-23
Oh My Zsh gets a weekly auto-updater... the future is now!
Robby Russell
2009-09-23
put everything in lib
James Cox