Sarah Noor
38c01a235f
feat(npm): add alias for `npm run build` ( #12012 )
...
Closes #12010
3 years ago
Josh Hubbard
cb86d378f2
feat(git-auto-fetch): fetch also submodules ( #12001 )
3 years ago
Marc Cornellà
048455ccef
fix(git-commit): fix revert alias conflict ( #12007 )
...
Fixes #12007
3 years ago
alps2006
5c22c5812e
feat(vi-mode): allow replacing on visual mode ( #12006 )
3 years ago
家鳖大帝
b7904ae548
fix(firewalld): remove ` (default)` from the end of zone string ( #11998 )
3 years ago
Amir Hosseini
465253396d
fix(direnv): use `hook` instead of `export` ( #12000 )
3 years ago
Marc Cornellà
ff6dac56a2
fix(git): fix smart cd to cloned directory in `gccd` function
3 years ago
Marc Cornellà
f79647dba5
fix(git): fix check in `gbds` function
3 years ago
Zeeshan
207d29b716
fix(git)!: standardize `git pull --rebase` aliases ( #11224 )
...
BREAKING CHANGE: The alias `gup` for `git pull --rebase` and its derivatives
are replaced by `gpr` for standardization. This means the previous aliases will
no longer be available after a few months. Meanwhile, the original aliases are
still working, with a deprecation notice.
See https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/README.md#deprecated-aliases
for the full list of deprecated aliases.
Fixes #11104
Closes #11224
Co-authored-by: Marc Cornellà <marc@mcornella.com>
3 years ago
Marc Cornellà
9f84ba0854
feat(command-not-found): add support for Homebrew on Linux
...
Fixes #11151
3 years ago
Marc Cornellà
d082d87580
refactor(lando): add `LANDO_ZSH_WRAPPED_COMMANDS` setting and refactor
3 years ago
Ryan Tvenge
a8dee63ffe
feat(lando): bypass `lando` if command is not available in container ( #11993 )
...
Closes #11993
3 years ago
Peat Bakke
104041a018
feat(tmux): add `tds` alias for directory sessions ( #11987 )
3 years ago
Vishal Sharma
0da416986a
fix(ssh-agent): add error message if `~/.ssh` is not found ( #11929 )
...
Closes #11829
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
3 years ago
Marc Cornellà
8152dc673b
fix(git): move squash-merged branch deletion from `gbda` to `gbds` function ( #11991 )
3 years ago
Jérémy
b696288337
feat(kubectl): add `kgdsa` alias ( #11863 )
3 years ago
Patryk Krawaczyński
f10cd5281d
feat(history): add `hl` alias ( #11990 )
3 years ago
Vyacheslav Scherbinin
d3112d67a3
feat(vscode): allow arguments to `vsc` alias ( #11903 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
3 years ago
nishanthps-cai
96c976637a
feat(bazel): use completion also for bazelisk ( #11984 )
3 years ago
Marc Cornellà
f939768751
fix(git): fix fallback to develop branch if `master` not found ( #11966 )
3 years ago
Kapil Pau
48a62a9f71
feat(span): Introducing Snapcraft CLI plugin ( #9357 )
3 years ago
Sandesh Pyakurel
8d9c9b6174
chore(postgres): fix typo ( #11967 )
3 years ago
Sandesh Pyakurel
3efdbf9e1e
chore(hitchhiker): fix typos ( #11961 )
3 years ago
Sandesh Pyakurel
772b41ea5a
chore(zsh-navigation-tools): fix typo ( #11960 )
3 years ago
Marc Cornellà
7329b2fbb1
docs(debian): clarify override behavior for `apt_pref` and `apt_upgr`
...
Fixes #11959
3 years ago
Preston Button
5743198e0e
docs(aliases): fix typo ( #11958 )
3 years ago
Marc Cornellà
53cb50acb5
refactor(systemadmin): use `ss` instead of `netstat` when available ( #11957 )
3 years ago
Marc Cornellà
fedef5dbd5
fix(xcode): open Xcode in current Desk if already open in another ( #10384 )
...
Fixes #10384
3 years ago
Lukas Elmer
da3b8fcb6a
fix(yarn): output completion entries in UTF-8 ( #11955 )
3 years ago
Adam Johnson
b1821a24f0
fix(git): restore showing patch in `gsts` ( #11951 )
3 years ago
Adam Henley
38db3e16ef
feat(kind): add plugin for Kind k8s tool ( #9827 )
...
Co-authored-by: jxlwqq <jxlwqq@gmail.com>
Co-authored-by: Francesco Ilario <fr.ilario@gmail.com>
Co-authored-by: Marc Cornellà <hello@mcornella.com>
3 years ago
tobi1805
24b2600558
feat(git): delete squash-merged branches in `gbda` ( #11948 )
3 years ago
Marc Cornellà
30a8a5d3e2
fix(rtx): fix `rtx` init procedure ( #11949 )
3 years ago
DemonKiller
7105e37ef0
feat(rtx) Added new polyglot runtime manager (asdf rust clone) ( #11932 )
...
* add readme.md for rtx
* add rtx plugin
* update install info
* remove redundant slashes
3 years ago
Abhinav
f36c6db0ea
feat(shell-proxy): allow excluding endpoints with `NO_PROXY` ( #11924 )
3 years ago
jack
7400d469b6
fix(ruby): add missing `-run` in `rserver` alias ( #11913 )
3 years ago
bretello
df80a2da54
feat(vi-mode): copy to clipboard when using `vi-change*` and `vi-yank*` widgets ( #11861 )
3 years ago
HeroCC
fea4584ceb
fix(tmux): don't autostart inside background intelliJ ( #11927 )
3 years ago
Thomas Faugier
278bcfc93b
feat(asdf): load zsh completions instead of bash ones
...
Closes #11143
Closes #8779
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
3 years ago
Jake Conway
27402e2603
docs(gas): update plugin url ( #11918 )
3 years ago
Piotr Minkina
d3b6f1fd5e
fix(gradle): remove look for settings.gradle files ( #11917 )
3 years ago
Carlo Sala
0e1e877ea9
fix(git)!: remove `gt` alias
...
BREAKING CHANGE: `gt` alias clashes with Graphite CLI
(https://graphite.dev ). See https://github.com/ohmyzsh/ohmyzsh/pull/11910#issuecomment-1736340910
3 years ago
Adam Johnson
4fb5d02db9
feat(git): add reset aliases `grhk` and `grhs` ( #11896 )
3 years ago
Adam Johnson
e2b855341b
feat(git): add tag aliases `gt` and `gta` ( #11910 )
...
Co-authored-by: hasecilu <hasecilu@protonmail.com>
Co-authored-by: Rik <gitaarik@posteo.net>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
3 years ago
Adam Johnson
bca62f78e2
feat(git): add branch rename alias `gbm` ( #11909 )
...
Co-authored-by: Gabriel Akinyosoye <gabrielfemi799@gmail.com>
3 years ago
Adam Johnson
aaa74964a8
fix(git): remove `--text` from `gsts` ( #11897 )
3 years ago
Adam Johnson
a17789eede
docs(git): improve tables and language ( #11895 )
3 years ago
Carlo Sala
c91684bb1b
docs(web-search): add `youtube` entry
3 years ago
Marcus Müller
1c55a0fe52
feat(dnf): use `dnf5` if available ( #11904 )
...
Co-authored-by: Marcus Müller <marcus_ohmyzsh@baseband.digital>
3 years ago
ajatkj
1cc32be5f6
feat(poetry-env): create plugin ( #11069 )
3 years ago