898 Commits (be61026920c9a0db6d775ec97a002984147b954c)

Author SHA1 Message Date
Kaleb Elwert 0d6e7de031 syntax-highlighting: Update README to clarify module load order
6 years ago
Alexander Neumann b11b9ce788 Fix path to global ssh known hosts file
6 years ago
Jeff Widman 3d911cd511 Document `gpf` vs `gpF`
6 years ago
Jeff Widman ae23bedd24
Document macOS support for `command-not-found`
6 years ago
Casey McGinty 2995b7d0c8 Update cache files when .zpreztorc file is modified
6 years ago
Casey McGinty 6e179f24ab Export VIRTUAL_ENV_DISABLE_PROMPT when enabling virutalenv
6 years ago
Kaleb Elwert f8f93d4b91 command-not-found: Directly source homebrew command-not-found handler
6 years ago
Ashish Gandhi b6b43eb331 Rename "Mac OS X" to "macOS" in comments
7 years ago
Kaleb Elwert 300102897a Add proper prompt_opts to smiley prompt
7 years ago
Kaleb Elwert 054eb351f1 Revert "Only call reset-prompt when the appropriate zstyle is set"
7 years ago
François VANTOMME 1b441e7654 Feat (git): add an alias displaying the commits yet to be applied to upstream (#1565)
7 years ago
Kaleb Elwert 443021237a
Allow users to easily define LS_COLORS and LSCOLORS (#1546)
7 years ago
Roman Peshkov a0977cb92e Ignore tmux autostart in vscode terminal
7 years ago
Diego Rabatone Oliveira b3c27bb164 Replace git with 'command git' (#1551)
7 years ago
bryndin e00562e7cf python: autoload add-zsh-hook when needed (#1549)
7 years ago
Kaleb Elwert 742260b55f Remove support for pydf to make options more consistent
7 years ago
Philipp A 580ddc44f3 Add another shadow to the git aliases
7 years ago
Rick Jones 4325f74f9d git: add tag aliases
7 years ago
John P. Neumann 6d00fdf8c8 Only call reset-prompt when the appropriate zstyle is set
7 years ago
Alexey Zapparov e26387656d Don't double-source chruby
7 years ago
Kaleb Elwert d7622624aa autosuggestions: add basic history troubleshooting information
7 years ago
Kaleb Elwert 282b478fd2 Add vi-pound-insert as # in vicmd mode
7 years ago
Kaleb Elwert 904eef5fa5 Add `pound-toggle` zle widget to work around the buggy built-in `pound-insert`
7 years ago
Kaleb Elwert 906ac99e20 Move INTERACTIVE_COMMENTS from editor to environment
7 years ago
Maxim Baz 0b62639ad5 Set INTERACTIVE_COMMENTS by default
7 years ago
Kaleb Elwert 54d2a76731 pacman: fix mistake where aurutils should be used, not aurtools
7 years ago
Kaleb Elwert e32a96be72 pacman: Simplify support for AUR helpers
7 years ago
Salmanul Farzy 73e94b84bb Don't set auto_name_dirs because it messes up prompts
7 years ago
Kaleb Elwert 82d3265ad5 utility: remove usage of noremoteglob until bugs can be fixed
7 years ago
Kaleb Elwert 66bfe9be27 autosuggestions: ensure external submodule is the latest version
7 years ago
Kaleb Elwert 83085e5231 python: remove zstyle setting in favor of third party environment variable
7 years ago
Kaleb Elwert 4c31107e3b python: only override virtualenv python if not set
7 years ago
Kaleb Elwert d8d6b4d70a python: only override virtualenvwrapper python when needed
7 years ago
Kaleb Elwert e021adeb4a python: make a reasonable guess about virtualenvwrapper python location
7 years ago
Brian K. Christensen aa0395244d Update zsh-autosuggestions to v0.4.2
7 years ago
Kaleb Elwert 3ab569ff78 python-info: add support for pyenv and only do extra work if the prompt needs it
7 years ago
Kaleb Elwert 3a0bd28e0c ruby-info: only run commands if the prompt needs the info
7 years ago
Kaleb Elwert 64d57ec71f python-info: avoid setting python_info[version] if python is not on the PATH
7 years ago
Kaleb Elwert b407ba0c3a python-info: provide python version info for theming
7 years ago
Kaleb Elwert 7cdde9b631 pacman: Update README to recommend pacaur over yaourt
7 years ago
Kaleb Elwert 8ed2c78de8 editor: Avoid prompt redisplay on completion when there is no indicator
7 years ago
Indrajit Raychaudhuri 043d09bbfe [git] Support short-code and improve completion in 'git-hub-shorten-url'
7 years ago
Kaleb Elwert df3468e957 Update zsh-async to v1.6.0
7 years ago
Kaleb Elwert 65bcbae8bc Update zsh-autosuggestions to v0.4.1
7 years ago
Kaleb Elwert 221c6cd128 Remove BRACE_CCL as default
7 years ago
Indrajit Raychaudhuri 2436806fce [utility] Simplify enabling 'diff' color conditions in wrapper function
7 years ago
ickc 96bbb31cc8 Added conda virtualenv support to python module. (#1505)
7 years ago
Kaleb Elwert ad79f78fbe prompt: fix async usage in sorin prompt
7 years ago
Kaleb Elwert e159c1a439 prompt: update sorin prompt async usage to be closer to pure
7 years ago
Kaleb Elwert f02dc1af57 gpg: potential fix for #1252
7 years ago
Kaleb Elwert 105e9658bb gnu-utility: avoid overriding shell builtins
7 years ago
Kaleb Elwert 948d9b3aa5 Store cache files in a user-writable location
7 years ago
Kaleb Elwert 79927ac73a editor: Fix Home and End in vicmd mode
7 years ago
Kaleb Elwert 485ad9e704 Add Alternatives section to archive module README (Fixes #705)
7 years ago
Kaleb Elwert c7dcd21c9e Don't show ruby info if using system version
7 years ago
Kaleb Elwert 7ebb5e9dda environment: Fix logic around url quoting in zsh >= 5.1
7 years ago
François VANTOMME ff9b901394 Set key binding (^space) to expand all aliases including global (#1500)
7 years ago
Kaleb Elwert 4b0ecffaca prompt: update pure to 1.6.0
7 years ago
Kaleb Elwert cbcbedd694 prompt: Add basic troubleshooting information for fonts
7 years ago
Kaleb Elwert 109864429c ssh: fix loading of ssh identities when none are explicitly defined
7 years ago
Jeff Widman fb903cb067 Document support for macOS
7 years ago
Manoel Vilela 6d5650eae7 [tmux] Avoid run tmux when the shell is executed on emacs
7 years ago
Kevin Kirsche 25d8db301d Clarify that brewu updates AND upgrades
7 years ago
Kaleb Elwert 63310f6403 ssh: update SSH_ASKPASS workaround to more closely match what ssh-add needs
7 years ago
sergiorussia 1d0bee6098 Fix README.md for autosuggestions and history-substring-search (#1471)
7 years ago
Nicola Corna 9520f1be6f archive: fix unrar-free and add support for unar (#1383)
7 years ago
Greg Anders cd703d3c3c Add make to gnu-utility commands
7 years ago
Samantha McVey 752f64f085 Bind more unbound keys in viins and vicmd to nothing
7 years ago
Andrew Breckenridge 34d4897d0e Updates outdate Mac OS X to macOS
7 years ago
Diego Rabatone Oliveira 3faaffe7e9 Updating submodules
7 years ago
Kaleb Elwert 34482cb325 prompt: add documentation for return value display
7 years ago
Samantha McVey 2cfd366ba6 [prompt_sorin] Use ✘ and show return value for non-0 rtrns (#1460)
7 years ago
Samantha McVey 808d9d3579 Add zsh-help function for easily searching the zsh documentation (#1360)
7 years ago
Antoine Rahier 76388a8cd1 Pin powerlevel9k submodule to latest release (v0.6.4)
7 years ago
Antoine Rahier 6a8f1c6b16 Add powerlevel9k theme
7 years ago
Jeff Widman ba0cb8afd8 Add missing highlighter to readme
7 years ago
Jeff Widman 46de6fef77 Swap italics to code formatting and add hyperlink
7 years ago
Jeff Widman 37c61a058c Document that `fasd` is now bundled with prezto
7 years ago
Jeff Widman 38fb41d66e Use backticks rather than italics for paths
7 years ago
Jeff Widman 727f094b0f [python] cleanup readme formatting
7 years ago
Jeff Widman 8fa14ed72f Drop `easy_install` in docs, everyone now uses `pip` (#1436)
7 years ago
Jeff Widman 58bcc43bf9 Fix typo
7 years ago
Jeff Widman 98f37b3c2f Update reference to Bombich's rsync
7 years ago
Foo Chuan Wei a7fb175b20 Fix English mistakes in the autosuggestions module README.md (#1444)
7 years ago
Greg Anders 9c528efa60 Explicitly set PYENV_ROOT
7 years ago
Indrajit Raychaudhuri 83ab314b77 [python] Refine pyenv based virtualenv management
7 years ago
Indrajit Raychaudhuri 5ffc8a07f1 [python] Ensure availability of virtualenvwrapper file before sourcing it
7 years ago
Jeef cab4ac54ec Update prompt_sorin_setup
7 years ago
Jeef 4c272a20f6 Update prompt_sorin_setup
7 years ago
Jeef 5b244eeadb Update prompt_sorin_setup
7 years ago
Zach Whaley 3194442759 Edit pyenv virtualenv-init check to support non-brew installations
7 years ago
Jeff Widman e6af5f2e91 Fix typo
7 years ago
Kaleb Elwert dd1133d32e prompt: remove unneeded prompt_opts from smiley prompt
7 years ago
Kaleb Elwert 2f867d6f22 Revert "prompt: remove prompt_sp from prompt_smiley_setup as it is not needed"
7 years ago
Kaleb Elwert 24e5e49ff2 prompt: remove prompt_sp from prompt_smiley_setup as it is not needed
7 years ago
Kaleb Elwert 730fc4690e prompt: add sp option to prompt_setup functions
7 years ago
Indrajit Raychaudhuri 5e295b0835 [prompt] Remove spurious duplicate section
7 years ago
Indrajit Raychaudhuri 8d7e3e27c7 [python] Detect availability of virtualenv plugins as well as pyenv
7 years ago
Indrajit Raychaudhuri a60499f933 [general] Miscellaneous cleanup and formatting
7 years ago
Mauro Locatelli 7b5196ca66 ssh: check ssh-askpass presence under Linux
7 years ago
Kaleb Elwert 3f556400e7 Avoid setting TMPDIR and make sure all modules handle that properly
7 years ago
Indrajit Raychaudhuri 591d087ccc [completion] Allow ignores for '/etc/hosts' entries to be dynamic
7 years ago
Indrajit Raychaudhuri 9b6bf4a7cd [completion] Support ignoring '/etc/hosts' entries in host completion
7 years ago
Indrajit Raychaudhuri 19435b16ea [python] Improve and document `virtualenvwrapper` initialization flow
7 years ago
Kaleb Elwert 7e7124e84a Update agnoster prompt to include security fix
7 years ago
Stephen Larew e364eac8f5 ssh: update README to reflect macOS changes
7 years ago
Kaleb Elwert 9bdc1b35d5 Migrate sorin prompt to zsh-async (#1385)
7 years ago
Samantha McVey 9f1a41de90 Fix unbound keys in vicmd/viins mode
7 years ago
Indrajit Raychaudhuri d6276e8025 [osx] Support custom keyword used by `mand` to open man pages in Dash.app
7 years ago
Indrajit Raychaudhuri 8846db9d4d [node] Always quote files when `source`-ing
7 years ago
Indrajit Raychaudhuri a60fe47359 [utility] Refactor rsync_scp wrapper function and add completion support
7 years ago
Indrajit Raychaudhuri 17a59bada7 [prompt] Rename helper function `promptpwd` to `prompt-pwd` for consistency
7 years ago
Indrajit Raychaudhuri ac628c9059 [general] Switch code block formatting to use fence formatting
7 years ago
Indrajit Raychaudhuri bcbaea27af [python] Detect actual `pip` command available for generating completion cache
7 years ago
Indrajit Raychaudhuri 608f291ad3 [utility] Reuse interactive aliases when 'safe-ops' is set
7 years ago
Kaleb Elwert 2db7f62c2b [homebrew] Add documentation for brewo and casko
7 years ago
Karim Benbouali 46e34d30b8 module(homebrew): add outdated options for cask and brew commands
7 years ago
Indrajit Raychaudhuri cb4be65d29 [utility] Update documentation for 'safe-ops'
7 years ago
Indrajit Raychaudhuri f236344fc8 [utility] Remove premature call to `compdef`
7 years ago
Kaleb Elwert 90071d3ad0 utility: fix completion for rsync and scp
7 years ago
Indrajit Raychaudhuri c1a8fc0469 Cleanup spurious whitespace
7 years ago
Indrajit Raychaudhuri b0c85eddf6 [command-not-found] Load brew 'command-not-found' if homebrew tap is available
7 years ago
Kaleb Elwert 04bfb5131b fasd: fall back to submodule only if command is missing
7 years ago
Demjan Kaluzki 19990c8025 Add fasd as an external module
7 years ago
Zhiming Wang d25b251ef7 git: Add revert to special action contexts
7 years ago
alan blount 0f3a5f745e Detach from tmux if attached, before attach (#1088)
7 years ago
Khai Do ebae698f70 change alias to gfcr
7 years ago
Khai Do d69070268a add alias for cloning a repo including all submodules
7 years ago
Kaleb Elwert 17bc7530ba Update documentation on safeops
7 years ago
Kaleb Elwert aad91beb3c [utility] Move the safeops aliases into their own section and add XXi variants
7 years ago
Samantha McVey 2a75fba6a8 [utility] Add safe-ops zstyle option to disable safe rm/cp/ln/mv
7 years ago
Indrajit Raychaudhuri 6e1f4ddd19 [completion] Minor cleanup of zstyle completion 'tag-order'
7 years ago
Kaleb Elwert 7d109fb3fa [editor] Ensure unbound_keys is defined as an array
7 years ago
Kaleb Elwert 899c176942 python: add ubuntu locations for virtualenvwrapper.sh
7 years ago
Indrajit Raychaudhuri 3f99519021 Prefer evaluation over test for arithmetic expression
7 years ago
Samantha McVey e3520b737f [editor] Fix undefined results with unbound keys in viins/vicmd
7 years ago
Benjamin Chrétien db48a22c74 gpg: fix enable-ssh-support detection
7 years ago
Indrajit Raychaudhuri e6136a517b [git] Fix 'git-hub-shorten-url' helper
7 years ago
Kaleb Elwert 7d5beeab51 Add comments into each of the function files to make them easier to find
7 years ago
Samantha McVey 75a60bc7bf [editor] Add bindkey-all function to show all bound keys (#1358)
7 years ago
Samantha McVey 5cd3380d9d [prompt/sorin] Fix branch code exploit vulnerability
7 years ago
Luiz Gonzaga dos Santos Filho 09b333eb41 Fix README example on tmux's default session name
7 years ago
Samantha McVey a876890afd [utility] scp/rsync glob local paths but don't glob remote paths
7 years ago
Samantha McVey dbe9a5ea28 [editor] set forward/backward word for Ctrl+Right Ctrl+Left
7 years ago
Philipp A 5ef10f7658 Fixed ssh-add not using SSH_ASKPASS
7 years ago
Samantha McVey 961326f8e9 [editor] Set Delete key in vicmd mode to delete character
7 years ago
Samantha McVey 7fe28574a8 [syntax-highlighting] Bump external repository to get bug fixes
7 years ago
Samantha McVey d101b0a319 [autosuggestions] Bump external repository to version v0.4.0
7 years ago
Samantha McVey f8f4953dce [completion] Bump external repository to version 0.25.0
7 years ago
Diego Rabatone Oliveira 7c172fc9a7 Fix #1337 by removing top alias to htop. (#1341)
7 years ago
Matthew Crenshaw ecc34e0051 Move virtualenv auto-switch cwd hook optional loader out from inside unrelated if statement (#1338)
7 years ago
Nargoth 1c041c0433 fixed vivisual key binding (#1148)
7 years ago
Ihab Soliman a75c63768c Add git aliases for signing commits (#1126)
7 years ago
Kaleb Elwert a0541ce7a5 Default sorin theme to /tmp when TMPDIR is not set
7 years ago
Alexander Neumann 2f20a80f72 sorin theme: Use a proper temp file for async data
7 years ago
Luis Fernando Milano Oliveira 14670f40f0 replace the deprecated abs call in the pacu alias.
7 years ago
Kaleb Elwert 7ae7a0266c Update python docs to include info on virtualenv auto-switching
7 years ago
Matthew Crenshaw 08e39a587f Python virtualenv auto workon cwd hook (#1300)
7 years ago
Kaleb Elwert 658fffb3a6 Allow ssh module to run on OSX
7 years ago
Kaleb Elwert 6975b119b6 Change the zstyle config name for #607
7 years ago
Matt Henkel d02c2951b3 Add the ability to specify tmux session name
7 years ago
Kaleb Elwert 871b15663c Cache the completion for a quicker startup
7 years ago
Fernando H-T Goldáraz 42d9b78907 broken $path and $PATH if nodenv exists (#1315)
7 years ago
Kaleb Elwert 2794f95d3e Use the lazy-loaded version of virtualenvwrapper if available
7 years ago
Kaleb Elwert 46a1ffaf7e Add gbr and gbR aliases to module readme
7 years ago
Kyle Rich 3d7a8c2870 Add some new git aliases, modify a few more. (#1301)
7 years ago
Kaleb Elwert 1050a0a290 Add better support for pyenv virtualenvs
7 years ago
Kyle Rich 723b3812e1 Convert long-pwd to pwd-length
8 years ago
Kyle Rich 7c509a264f Add zstyle option to show pwd in long format
8 years ago
Indrajit Raychaudhuri 850ad42c96 rsync: Update reference to Bombich's rsync page
8 years ago
Indrajit Raychaudhuri 4f87376b50 Add support for 'pip', 'pip2', 'pip3' completion
8 years ago
Mathieu Chataigner 876f426581 Update ssh module for multi session hosts
8 years ago
Sudarshan Wadkar f15557159a New `alias gfa=git fetch --all` for git module
8 years ago
Guillaume Subiron 81b41d2367 Add utility alias for pydf
8 years ago
delphinus cf7d3cffbd Add perl-info function & plenv subcommand aliases (#1303)
8 years ago
Matt Hamilton fb37539f43 archive: add archive function
8 years ago
Khai Do 7242b4ed49 archive: add support for *.jar files (#1302)
8 years ago
Patrick Bos c38c2dd909 Move python-info call in paradox from preexec to precmd
8 years ago
Kaleb Elwert 600b4cc9e6 Add missing alias to utility README
8 years ago
Kaleb Elwert 38f0d2f34e Rework diff function
8 years ago
Kaleb Elwert e606b09c9e Update is-callable to also check builtins
8 years ago
François VANTOMME 8a4333103d Feat (docker): add docker aliases (#1147)
8 years ago
François VANTOMME bb168c5881 Doc (ruby): add doc on bundle clean alias
8 years ago
François VANTOMME 7c64584629 Add bundle clean alias
8 years ago
Kaleb Elwert 7011031a87 Don't use a deprecated argument as a python example
8 years ago
Anton Löfgren 5c0e68f75f completion: Cap max-errors at 7 to avoid hanging (#953)
8 years ago
Eduard Zintz 1c0f95c08e Allow syntax highlighting pattern styles (#1192)
8 years ago
François Vantomme fb6f3f7ee9 Feat (aliases): add aliases for git flow
8 years ago
Solitude 95036c908c Update fasd README with basic installation information
8 years ago
Joel Kuzmarski 9a70a1675c Remove manb from completion filename
8 years ago
Kaleb Elwert 8655cd543b Ensure extendedglob is set in promptpwd
8 years ago
Matt Hamilton 60c433d4ce Move common promptpwd code to external function
8 years ago
Kaleb Elwert b963484fe7 Only try to run python-info if it exists for the paradox prompt
8 years ago
nstCactus ee249e50ee FIXED: syntax error in osx module tab function
8 years ago
John P. Neumann 412af29808 Merge pull request #1272 from sorin-ionescu/issue/1246-ps-context-config
8 years ago
Griffin Yourick 94708f6b50 Fix path in node module
8 years ago
Griffin Yourick 8dafaae5a4 Use patterns from ruby module for initializing nodenv
8 years ago
Griffin Yourick e413ef5a97 Add support for iTerm2 v3 in tab function
8 years ago
Zhiming Wang 464a8d20a1 utility module: fix/improve colordiff call in diff
8 years ago
Kire Ledan 95d19b37c1 Added support for python venv display in paradox prompt
8 years ago