511 Commits (a46798b7903dab20adf48bcad7eb69de2c8ed8a7)

Author SHA1 Message Date
Yannis Mitsos cfd30e9e5c Colored ls output in FreeBSD #7565 7 years ago
Marc Cornellà 5911aea46c
lib: stop detecting git versions prior to 1.7.2 7 years ago
David Remy 62abacebea lib: fix issues with nounset and parameters used before defined (#7433) 7 years ago
Marc Cornellà 30594886bf
lib: delete PS1 default 7 years ago
Jeremy Armstrong 8aa8405ea2 termsupport: add support for tmux* $TERM values (#7622) 7 years ago
Konstantin Gizdov de2395c678 compfix: fix check for empty string (#7674) 7 years ago
Marc Cornellà 55575b88f9 lib: optimize default and env_default 7 years ago
Marc Cornellà 6db298c57a
misc: remove please alias to sudo 7 years ago
Marc Cornellà 5a729f6667 lib: fix history wrapper when passing numbers 8 years ago
Marc Cornellà fe5fe81c8c
lib: quote arguments to env_default 8 years ago
Marc Cornellà f75d096c1a
lib: small change to git_compare_version 8 years ago
John Burwell e8b9958926 Add jenv plugin 8 years ago
Marc Cornellà 2c1ff85bb2
core: fix alias_value function 8 years ago
Janosch Schwalm 19b925e741 use https everywhere (#6574) 8 years ago
Marc Cornellà 106f826075 Revert "add -F and -X to default $LESS environment variable (#6611)" 8 years ago
Lars Schneider 9544316ef9 add -F and -X to default $LESS environment variable (#6611) 8 years ago
Cristian Consonni d3e3b2dd0d Add support for custom timestamp format in history (#6770) 8 years ago
sam-lunt 7cba6bb038 Enable passing multiple directories to take (#6900) 8 years ago
Yuri Parsons 55ab532e50 Don't correct cp commands (#4636) 8 years ago
Marc Cornellà f898ada8e3 open_command: fix and improve command for WSL 8 years ago
Marc Cornellà 12086593a4 open_command: simplify code 8 years ago
Marc Cornellà 77b924b839 Give more helpful message and disable purge of caches 8 years ago
Nathan Robinson de8ef8286a
Remove po alias 8 years ago
Marc Cornellà 6bff079332
Allow completion of dot directories (#6803) 8 years ago
Marc Cornellà 93d9431890
Check for Microsoft's WSL in open_command (#6751) 8 years ago
Marc Cornellà 2589cdd8f9 Increment HISTSIZE to fix hist_expire_dups_first 8 years ago
Marc Cornellà 9f2f22d953 Remove duplicate option append_history 8 years ago
Marc Cornellà 20d63be655 Use zparseopts to get passed arguments 8 years ago
Marc Cornellà f8180c3a64 Allow overriding -l flag in history 8 years ago
Marc Cornellà 03758416fe Ensure builtin fc is used (see #3001) 8 years ago
Marc Cornellà 643bb25a0d Organize history.zsh file and improve comments 8 years ago
Marc Cornellà 94baa9eadd Simplify `if' into oneliner, allow spaces in HISTFILE 8 years ago
Marc Cornellà d87d4331cf Change history alias into a function 8 years ago
Jacopo De Simoi ccd02866f6 Fix git_commits_{ahead,before} when no upstream branch is defined (#6658) 8 years ago
Kimberly Zick 2b6c502aa5 Add match for `MM` (result of `git commit -p` on a single changed file) to git_prompt_status (#3632) 8 years ago
catull d792b1114c With zsh 5.4 a simple "local FLAGS" meant as an array must be explicitly declared so. This fix avoids the dreaded "parse_git_dirty:3: FLAGS: attempt to assign array value to non-array". (#6414) 8 years ago
Patrick José Pereira 2a6c40f66f 'lib/functions.zsh: Solve typos' 9 years ago
Patrick José Pereira cedc4fce88 'lib/completion.zsh: Solve typos' 9 years ago
Derek Frank 3ed37f47cb fix(env): Do not override misc env set before sourcing oh-my-zsh (#5231) 9 years ago
mingang.he 0b340bc3a5 Fix #5604: No DIR ( directory ) colors (#5605) 10 years ago
Eduardo Cuomo 40544a1d5d Fix invalid "ls -G" alias. 10 years ago
Marc Cornellà 1b799e9762 Check dircolors settings before using gls on darwin (#5570) 10 years ago
Marc Cornellà c24dfa1ab4 Fix ls coloring in MacOS if gls is not installed 10 years ago
rossmcf 628d0bb106 Fix ls colouring for Darwin. (#5516) 10 years ago
Hong f7d4f985ac Use $+commands to check the existence of a command in clipboard.zsh. (#5519) 10 years ago
Hong a56eac7a71 Use OSTYPE instead of uname whenever possible for better speed. (#5496) 10 years ago
Hong 98cd3973d2 Take advantage of LS_COLORS for the color of completion if GNU ls is used. (#5510) 10 years ago
Marc Cornellà c2e3a410ea Fix style of theme-and-appearance.zsh 10 years ago
Marc Cornellà 6304a789ab Only set default LS_COLORS if not set before 10 years ago
Marc Cornellà 6c08286c8e Use `$commands[]` to check for command existence 10 years ago