Commit Graph
29 Commits
Author SHA1 Message Date
Marc Cornellà 6dc937ff68 feat(extract): add suport for .cab files via cabextract 2021-08-14 22:32:04 +02:00
Marc Cornellà af6c7f3d67 refactor(cloudapp)!: remove deprecated cloudapp plugin
BREAKING CHANGE: the `cloudapp` plugin has been removed due to removed API.
2021-08-13 12:42:56 +02:00
Marc Cornellà e1f0d826f1 refactor(go)!: remove deprecated go plugin
BREAKING CHANGE: the `go` plugin has been removed. Use the `golang` plugin instead.
2021-08-13 12:40:20 +02:00
Marc Cornellà 502b07c9b2 refactor(fedora)!: remove deprecated fedora plugin
BREAKING CHANGE: the `fedora` plugin has been removed. Use the `dnf` plugin instead.
2021-08-13 12:38:22 +02:00
Marc Cornellà 7eeb1e193d refactor(lib): refactor take functions 2021-08-10 21:09:21 +02:00
Marc Cornellà c249288151 feat(lib): add mkcd as equivalent to takedir (#9749)
Fixes #9749
2021-08-10 21:06:46 +02:00
Marc Cornellà 5377cc37c0 fix(pyenv): fix for ignoring pyenv-win commands
The previous fix ignored any pyenv command found in $PATH while on
WSL, regardless of whether it was correctly set up or not.

This change only ignores the pyenv command if it's proved to come
from pyenv-win by looking at its full path.
2021-07-26 11:46:15 +02:00
Marc Cornellà e4f6f1698d fix(copybuffer): show error below the command line 2021-07-12 17:34:34 +02:00
Marc Cornellà 36f444ed73 fix(update): fix error exit code on update check (#10033)
This patch removes the 'exit 1' status code when the update check
finishes or is ended with CTRL+C.

Fixes #10033
2021-07-08 16:11:16 +02:00
Marc Cornellà c44b99e901 fix(dotenv): draw confirmation prompt in next empty line
Without this fix the confirmation prompt appears wherever the cursor is,
which means that it might appear in the command line when using a widget
that changes the directory without redrawing the prompt (an example of
this are the dircycle and dirhistory plugins).
2021-07-07 10:41:14 +02:00
Marc Cornellà 0e7d7b87f3 feat(changelog): ignore merge commits 2021-07-07 10:40:05 +02:00
Marc Cornellà e32d4b1e19 fix(lib): remove kubectx stub prompt function from lib
Fixes #9974
2021-06-17 18:54:52 +02:00
Marc Cornellà 3e7998aec3 Revert "ssh-agent: improvements (#6309)"
This reverts commit a206271460.
2021-06-14 10:57:50 +02:00
Marc Cornellà b54a6dab9c refactor(command-not-found): clean up and reorganize logic 2021-04-09 21:22:25 +02:00
Marc Cornellà 615f9dd02b chore: direct support queries to Discussions 2021-04-06 22:26:57 +02:00
Marc Cornellà 74db9acdb9 chore: I'm dumb 2021-04-06 22:17:17 +02:00
Marc Cornellà 7da330f1bd chore: fix CONTRIBUTING.md TOC 2021-04-06 22:14:05 +02:00
Marc Cornellà d5e9e8d37b docs: document commit convention in CONTRIBUTING.md 2021-04-06 22:11:02 +02:00
Marc Cornellà 1670f1cafc chore: add maintainer for archlinux plugin 2021-04-06 14:52:47 +02:00
Marc Cornellà 2b1d412279 fix(git): add push or save to gstu alias (#9766)
Fixes #9766
2021-03-31 11:25:26 +02:00
Marc Cornellà 6e56784179 fix(virtualenv): allow empty prefix/suffix in prompt function (#9763)
Fixes #9763
2021-03-28 15:01:39 +02:00
Marc Cornellà 02d07f3e3d fix: use $USERNAME guaranteed to always be defined in zsh
Fixes #9701
2021-03-25 12:08:00 +01:00
Marc Cornellà e8716cb570 fix(uninstall): fix renaming .zshrc when no original rc file found
Fixes #9629
Fixes #9700
2021-03-15 19:51:31 +01:00
Marc Cornellà c52e646bb7 refactor(gallois): clean up theme and fix typos 2021-01-31 19:55:13 +01:00
Marc Cornellà efcbd9f348 fix(vi-mode): ignore clip* function errors in yank and put widgets
Fixes #9605
2021-01-16 22:55:17 +01:00
Marc Cornellàandla-magra f484f88b42 fix(debian): add quotes to kclean alias (#3066)
Co-authored-by: la-magra <via.magra@gmail.com>
2021-01-16 19:58:29 +01:00
Marc CornellàandSergey Mashkov 8b37f817c2 fix(lib): use -N syntax in head and tail to support Solaris (#6391)
Closes #6391

Co-authored-by: Sergey Mashkov <cy6erGn0m@gmail.com>
2021-01-16 18:59:24 +01:00
Marc Cornellà 3d51d63077 fix(changelog): fix spacing in breaking changes message 2021-01-10 20:43:32 +01:00
Marc Cornellà 3635d7cf7e fix(universalarchive): make plugin zsh-only to fix realpath not found error
Fixes #9586
2021-01-10 18:34:18 +01:00