summaryrefslogtreecommitdiff
path: root/lib/theme-and-appearance.zsh
AgeCommit message (Expand)Author
2023-05-09fix(theme-and-appearance): make bsd `ls` to be defaultCarlo Sala
2023-05-06feat(theme-and-appearance): allow disabling gnu-ls in bsdCarlo Sala
2023-03-12fix(lib): set equivalent LS_COLORS and LSCOLORS variablesMarc Cornellà
2023-03-07fix(init): set completion colors on theme load, not with `precmd`Marc Cornellà
2023-03-03refactor(theme-and-appearance): reorganize and clean up logic (#11529)Marc Cornellà
2023-02-24refactor: reorganize setopts in lib folderMarc Cornellà
2023-02-22fix(theme-and-appearance): avoid infinite recursionCarlo Sala
2023-02-16fix(theme-and-appearance): test color ls with $ZSH directoryCarlo Sala
2023-01-25fix(theme-and-appearance): fix `diff` completion in macOSCarlo Sala
2021-10-10fix(lib): fix `diff --color` argument check for BSD systems (#10269)michael-yuji
2020-07-06lib: prefix diff call with command to bypass diff aliasesMarc Cornellà
2020-07-01lib: enable diff color (#8807)Monson Shao
2019-05-08Themes: switch to using ruby_prompt_info()Andrew Janke
2019-04-22Colored ls output in FreeBSD #7565Yannis Mitsos
2019-04-08lib: delete PS1 defaultMarc Cornellà
2016-11-03Fix #5604: No DIR ( directory ) colors (#5605)mingang.he
2016-11-02Fix invalid "ls -G" alias.Eduardo Cuomo
2016-11-02Check dircolors settings before using gls on darwin (#5570)Marc Cornellà
2016-10-11Fix ls coloring in MacOS if gls is not installedMarc Cornellà
2016-10-10Fix ls colouring for Darwin. (#5516)rossmcf
2016-10-10Use OSTYPE instead of uname whenever possible for better speed. (#5496)Hong
2016-10-10Take advantage of LS_COLORS for the color of completion if GNU ls is used. (#...Hong
2016-10-04Fix style of theme-and-appearance.zshMarc Cornellà
2016-10-04Only set default LS_COLORS if not set beforeMarc Cornellà
2016-10-04Use `$commands[]` to check for command existenceMarc Cornellà
2016-10-04set better default colors for GNU ls instead of none.Hong Xu
2016-05-12Cleanup theme-and-appearance.zshMarc Cornellà
2016-05-12Delete cdablevars option by defaultMarc Cornellà
2015-09-19Merge pull request #2751 from drm00/fix-openbsd-colorlsRobby Russell
2015-02-10Clean up appearance lib file and redundant `colors` calls in other filesMarc Cornellà
2014-04-25add check for colored ls on openbsd. (retry of #2225)drm00
2013-11-14Add support for colored ls output on OpenBSDPetter Abrahamsson
2013-01-03Fixed coding styleCosmin Lu?ă
2012-12-31Fixed issue with NetBSD's lsCosmin Lu?ă
2011-02-21Merge branch 'nicoulaj-theme' of https://github.com/nicoulaj/oh-my-zsh into n...Robby Russell
2010-11-20Rename appearance.zsh so that it gets loaded after spectrum.zsh.Julien Nicoulaud