593 Commits (c66d8a841d231895be37721220f23b537d90c5a5)

Author SHA1 Message Date
Marc Cornellà 6e7b861675 lib: fix regex bug in git_prompt_status 6 years ago
Marc Cornellà 2376022890 lib: remove share_history 6 years ago
Marc Cornellà 75ae0e905f lib: fix `omz help` and reword 6 years ago
Marc Cornellà 982d010be5 lib: fix fmt removing ESC characters in theme and plugin list CLI commands 6 years ago
Marc Cornellà d8cb670235 nvm: simplify nvm.sh and bash completion loading 6 years ago
Andrew Janke ef44416df2 nvm: use `nvm current` in nvm_prompt_info and look in alternate install locations 6 years ago
Marc Cornellà fc6c9ca4b4 lib: fix formatting in `omz pr clean` CLI command 6 years ago
Marc Cornellà 1bb402190d lib: add plugin and theme subcommands and fix `omz pr clean` 6 years ago
Marc Cornellà 865f6572d5 Fix performance drop of iterating over lines and other stuff 6 years ago
Billy Conn 45a954cb0f git_prompt_status now uses hash lookups instead of multiple greps 6 years ago
Michał Dębski 297238b739 lib: hide git_prompt_status when hide-status is set 6 years ago
Michele Bologna 58ff4e1d2e
lib: follow standards in window title (#9320) 6 years ago
Marc Cornellà 274df9dc29 lib: support simple terminal in title function 6 years ago
Marc Cornellà 4ec055b890 lib: support alacritty $TERM in title function 6 years ago
Marc Cornellà 765966606d lib: correct :q syntax in title function for clarity 6 years ago
Marc Cornellà caff704f41 lib: clean up zsh_stats function 6 years ago
Marc Cornellà 50dc4ab357 lib: treat _ and - as part of a word 6 years ago
Marc Cornellà 89400f156a Remove zsh session restart on omz update and upgrade_oh_my_zsh 6 years ago
Marc Cornellà 7deda85f8c Fix upgrade_oh_my_zsh function deprecation 6 years ago
Marc Cornellà 079e7bb5e0 lib: remove CTRL-Backspace key binding altogether 6 years ago
Marc Cornellà 39c0073225 lib: remove CTRL-Backspace binding for vi keymaps 6 years ago
Dario Vladović 3935ccce64
cli: add update command (#9094) 6 years ago
Marc Cornellà cf347ef3e4 lib: bind to all keymaps when COMPLETION_WAITING_DOTS is set 6 years ago
Marc Cornellà e04564d528 lib: add CTRL-backspace and CTRL-delete to delete whole words 6 years ago
Marc Cornellà ec70c0c393 lib: bind keys to viins and vicmd keymaps and clean up file 6 years ago
Marc Cornellà f6bc949c05 lib: substitute COMPLETION_WAITING_DOTS for ellipsis 6 years ago
Marc Cornellà 9521837240 lib: support mlterm-256color 6 years ago
Robert Estelle 1c58a746af
lib: safety fix and speed-ups for git.zsh prompt functions (#7804) 6 years ago
Marc Cornellà d0d01c0bbf lib: prefix diff call with command to bypass diff aliases 6 years ago
Marc Cornellà a15f0f0e9f cli: beauty touches on 'omz pr test' command 6 years ago
Monson Shao 62648d71bb
lib: enable diff color (#8807) 6 years ago
Patrick Moore e606ac7051
Handle unset variables in various parts of the codebase (#8944) 6 years ago
joshuashaffer b706a91917
core: add title support for mlterm (#8303) 6 years ago
Marco Trevisan ed4e317bbb
lib: don't override bigger HISTSIZE and SAVEHIST values (#8993) 6 years ago
Benoit GALATI fcd0747bc1
core: remove inc_append_history option (#8048) 6 years ago
Marc Cornellà cfdd3c8dd8 Revert "core: enable hist_reduce_blanks" 6 years ago
Jacob Menke 582c8cb291
Prefix cd calls with `builtin` (#8937) 6 years ago
Marc Cornellà cbd6fbe7a7 core: enable hist_reduce_blanks 6 years ago
Marc Cornellà da8c19a076 core: fix zstyle definition of use-cache 6 years ago
Marc Cornellà 173d4ca68f core: move core folder to lib, for now 6 years ago
Marc Cornellà 0caae9082a lib: speed up slow parts of the lib files; other small fixes 6 years ago
Marc Cornellà 2eb3e9d57c
lib: support konsole* $TERM in title function (#8035) 6 years ago
Marc Cornellà 02d1253809
lib: clean up termsupport.zsh 6 years ago
Marc Cornellà d7825313cc
Use $jobstates and $jobtexts to look for jobs 6 years ago
Marek Dědič bbe54e4e60
lib: use `command` to run rm in upgrade function (#8696) 6 years ago
Marc Cornellà d3dfc13716 lib: use grep-alias cache only if ZSH_CACHE_DIR is writable 6 years ago
Marc Cornellà dc190d872a Refactor grep.zsh file 6 years ago
Marc Cornellà 8d814fdff6 Fast algorithm to determine grep alias flags 6 years ago
mattmc3 57b178102c Performance enhancement for lib/grep 6 years ago
Shi Yan a8ed1c4e7a Ignore .tox folder in grep 6 years ago