Marc Cornellà
79614908ec
meta: don't apply support label on bug reports
...
Enough users have complained about the bug label not being applied instead. If there is no label applied
this won't be complained about so often.
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à
613045e7e5
Underline links in install and update script
6 years ago
Marc Cornellà
079e7bb5e0
lib: remove CTRL-Backspace key binding altogether
...
It conflicts with normal Backspace behavior. Fixes #9155
6 years ago
Marc Cornellà
f2c8b970ee
meta: add ISSUE_TEMPLATE config.yml
...
For now, it only adds a link to the Discord server.
6 years ago
Marc Cornellà
39c0073225
lib: remove CTRL-Backspace binding for vi keymaps
6 years ago
Marc Cornellà
fa5db3444b
wd: fix permissions
6 years ago
Marc Cornellà
81eb208987
wd: update to latest version
...
3d20d15d58
Fixes #9002
6 years ago
Dario Vladović
3935ccce64
cli: add update command ( #9094 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Marc Cornellà
cf347ef3e4
lib: bind to all keymaps when COMPLETION_WAITING_DOTS is set
...
Fixes #9050
6 years ago
Marc Cornellà
e04564d528
lib: add CTRL-backspace and CTRL-delete to delete whole words
...
Fixes #7609
Closes #8191
Co-authored-by: Michal Grňo <m93a.cz@gmail.com>
6 years ago
Marc Cornellà
ec70c0c393
lib: bind keys to viins and vicmd keymaps and clean up file
...
Fixes #8468
6 years ago
Marc Cornellà
9703111b82
pyenv: ignore $PATH pyenv if on WSL
...
This solves the problem where the used pyenv is actually the one in a
Windows folder, instead of in WSL.
Fixes #9034
6 years ago
Marc Cornellà
69a380771e
Remove non-existing %p prompt sequence from themes
...
Fixes #8022
6 years ago
Marc Cornellà
f6bc949c05
lib: substitute COMPLETION_WAITING_DOTS for ellipsis
...
Closes #8342
6 years ago
Marc Cornellà
4ab273e19a
pipenv: toggle pipenv shell on startup
...
Fixes #9136
6 years ago
John Welsh
345cb99e5b
colorize: add $ZSH_COLORIZE_CHROMA_FORMATTER config env var ( #8824 )
6 years ago
Marc Cornellà
8755c5f101
rbenv: fix current_gemset
...
Fixes #8925
Co-authored-by: Josh Goodall <inopinatus@inopinatus.org>
6 years ago
Marc Cornellà
9521837240
lib: support mlterm-256color
...
Co-authored-by: Peter J. Schroeder <peterjschroeder@gmail.com>
6 years ago
Amir Tahvildaran
db3d05fe71
aws: improve check for aws_completer - unhardcode path ( #9123 )
...
Closes #9122
The current check is assuming that the aws_completer is installed
globally, it then runs the command without that path
I have aws_completer in ~/.local/bin/aws_completer
This changes the check to see if the command exists instead of
concerning itself with where it in installed. This test matches the
behavior of just running the command.
6 years ago
Samuel Terra
a3740c3414
battery: add acpi requirement to README ( #9116 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Thi Doãn
322e592c38
extract: add IPA to extractable filetypes ( #9117 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Marc Cornellà
c99f3c50fa
git: go back to previous main branch detection logic
...
Fixes #9114
6 years ago
Frederick Zhang
ff7618cf74
timer: threshold to show timers only for time-consuming commands ( #8151 )
6 years ago
Piotr Zając
68b98c9d53
docker-compose: add alias for `docker-compose kill` ( #8997 )
6 years ago
Joaquín Moreira
8260005dc7
kubectl: add alias to list pods by namespace ( #8604 )
6 years ago
Alexander Schaber
93e9b80d3f
httpie: add alias for https ( #8032 )
6 years ago
M. Yas. Davoodeh
5c1a5c6ce9
update: prefix rm call with command in trap ( #9107 )
...
* Suppress the problematic trap output in check_upg
The newly added trap, in systems where `rm` is aliased to `rm="rm -v"`,
shows a message stating that "update.lock" has been removed each time `zsh` is called.
I simply suppressed it with directing the output to `/dev/null`.
* Use `command` instead of >/dev/null to suppress
6 years ago
Marc Cornellà
e3131d98aa
Fix self check link
6 years ago
Džiugas Eiva
71f0189ed5
vscode: add support for VSCodium ( #9080 )
...
Co-authored-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Marc Cornellà
83f6194929
git: change docs for git_main_branch
...
Also remove unnecesary dramatic remark
6 years ago
Marc Cornellà
55a98fc06d
git: better algorithm to decide what's the main branch
...
Fixes #9103
Co-authored-by: Yufan You <ouuansteve@gmail.com>
6 years ago
Jakob Hellermann
9cdc276496
dotenv: add never option to confirmation prompt ( #9102 )
6 years ago
Emilien Escalle
7deaff71a2
yarn: add alias for upgrade-interactive to the latest version ( #8764 )
6 years ago
Veit Lehmann
327ac697c7
mix-fast: add decriptions to mix-fast completions ( #8561 )
...
* feat(mix-fast): include desctiptions (#8561 )
* feat(mix-fast): improve _mix_generate (no tail, better matching)
6 years ago
Marc Cornellà
1db79f97f5
git: use `master` if it exists, otherwise use `main`
...
See https://github.com/ohmyzsh/ohmyzsh/pull/9049#issuecomment-654537347
Co-authored-by: Yufan You <ouuansteve@gmail.com>
6 years ago
Lutz Horn
d79941b789
aws: allow @ in AWS profiles ( #9099 )
...
Fixes #9060 by matching a `@` in the AWS profile name.
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
...
See https://github.com/ohmyzsh/ohmyzsh/pull/8807#issuecomment-652697704
6 years ago
MDHD
fd9781b4c7
sudo: make the behavior more in line with expectations ( #9047 )
6 years ago
Jethro Lee
a8fee4036b
Edit for better consistency in template ( #8593 )
6 years ago
Larson Carter
7afaee858a
Bug and Feature Request Templates + MLH Theme + Readme ( #9068 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
Co-authored-by: Bartek Pacia <barpac02@gmail.com>
6 years ago
Marc Cornellà
a15f0f0e9f
cli: beauty touches on 'omz pr test' command
6 years ago
Adam Vandover
3178334a2d
git: change main branch naming scheme ( #9049 )
...
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Monson Shao
62648d71bb
lib: enable diff color ( #8807 )
6 years ago
Kyle Laker
d24a9dbccc
agnoster: fix git working tree check ( #9072 )
...
`git rev-parse --is-inside-work-tree` does not have a different exit
code when not within a work tree; the difference is in the output,
either "true" when in a work tree, or "false" when not.
The if was modified similarly to the check for the hide-status config,
which also parses command output rather than exit code.
Co-authored-by: Kyle Laker <klaker@easydynamics.com>
6 years ago
Alex Zdanowicz
232cb19859
install: fix typo ( #9069 )
...
Changing 'your' to 'you'
6 years ago
Konstantin Gribov
999d22bb0e
gradle: force `--console plain` for tasks cache generation ( #8731 )
...
Fixes #8730
6 years ago
Patrick Moore
e606ac7051
Handle unset variables in various parts of the codebase ( #8944 )
...
DISABLE_UNTRACKED_FILES_DIRTY, DISABLE_AUTO_TITLE, GIT_STATUS_IGNORE_SUBMODULES are not set
Handle these variables not being set with conditional access.
If the user has set -u option to report attempts to use undeclared / unassigned variable, accessing the variables needs to be conditional.
6 years ago