Pavel Omelchenko
08beebd89f
homestead: repair sed regex ( #8103 )
7 years ago
Marc Cornellà
d6fc6edb29
git: fix `gbda` trying to delete worktree branches ( #8102 )
...
Git learned to add a `+` in front of branches that are
checked out in other worktrees.
See: 745f681289/Documentation/RelNotes/2.23.0.txt (L252-L256)
7 years ago
Ryan Styrczula
df9cf72396
plugins/git: Fix `gbda` trying to delete worktree branches
...
Git learned to add a `+` in front of branches that are
checked out in other worktrees.
See: 745f681289/Documentation/RelNotes/2.23.0.txt (L252-L256)
7 years ago
Vignesh Balasubramaniam
caf0bfa046
ubuntu: fix aglu to list available upgrades ( #8082 )
7 years ago
Marc Cornellà
3e0e9136cc
homestead: change key string for getting command list ( #8008 )
7 years ago
Pavel Omelchenko
246e7832ef
feature: add condition for regular expression
7 years ago
Julien Janvier
de3b14cf69
git: add aliases for git switch and restore ( #8089 )
7 years ago
Matthew Armand
43ed0b455e
af-magic: add hg prompt and tweak virtualenv info ( #8056 )
...
- Add mercurial support to af-magic, so now the vcs prompt will show up in either a git or hg repository
- The virtualenv prompt was white and bumped up against the user@hostname output
- Fixed that so its green (which I thought highlighted it more thematically) and has a space before user@hostname
7 years ago
Marc Cornellà
e604eaf55e
lib: delete LC_CTYPE locale setting which causes problems
...
Fixes #7942
7 years ago
Kirill Pinchuk
1908f7bddc
fabric: support fabric 2+ completion ( #8010 )
7 years ago
Matthew Turney
8634d9542a
Add git-escape-magic plugin ( #2847 )
7 years ago
SomeDer
90a0de4698
Add alias-finder plugin ( #7768 )
7 years ago
SomeDer
97c0d0a563
Allow plugins sudo and thefuck to be loaded before vi-mode ( #8087 )
7 years ago
Marc Cornellà
c4c620adcd
meta: add DEBUG_ACTIONS flag to PR triage action
7 years ago
Marc Cornellà
28232904be
git-auto-fetch: override zle-line-init only if it exists
7 years ago
Marc Cornellà
4974143745
meta: move if condition on workflow to steps
...
Provisional measure due to "Unexpected value 'if'" error. See https://github.community/t5/GitHub-API-Development-and/jobs-lt-job-id-gt-if-not-working/m-p/28980
7 years ago
Marc Cornellà
d8ad4e902c
meta: convert workflow file to GitHub Actions v2 yml syntax
7 years ago
Jisse Reitsma
40fafe0f59
n98-magerun: support magerun for Magento 2 ( #7950 )
7 years ago
Marc Cornellà
2156b4c081
colored-man-pages: add option to color any help command ( #7173 )
...
This allows you to use `colored git log --help` for example, to get
colored output.
7 years ago
Marc Cornellà
89366be43f
Revert "agnoster: fix VIRTUAL_ENV_DISABLE_PROMPT logic ( #8050 )" ( #8061 )
...
This reverts commit 59c1ec80aa .
7 years ago
Iulian Onofrei
26aad59779
Add README file
7 years ago
Jack Brown
6d2221e697
frontend-search: add duckduckgo as an option for fallback search ( #7973 )
7 years ago
Rocky
59c1ec80aa
agnoster: fix VIRTUAL_ENV_DISABLE_PROMPT logic ( #8050 )
...
Fixes #7985
7 years ago
Gopal9816
9817e1e7ff
common-aliases: add README ( #8039 )
7 years ago
PLANET ARGON
508cba2fc2
Removing plugin that was named after an external tool, which carries a history as a racist phrase. Was reported by a user of OMZ who shared some background on the terminology and how it made them feel. ( #8027 )
7 years ago
Pavel Omelchenko
783dd1504f
change key string
7 years ago
Marc Cornellà
17f4cfca99
af-magic: make separator window-size-aware ( #7739 )
7 years ago
Mark Coleman
29fb617e6b
readme: document oneliner unattended installation command ( #7983 )
...
The original suggestion for an unattended install downloads the installation script to a file, then runs that file with the --unattended argument. The install.sh file would be left behind after the suggested command was run.
This change passes the --unattended argument directly into sh. So, it's a nice one-liner like the default installation script, and it doesn't leave a dangling install.sh script.
7 years ago
Adriaan Knapen
6cb98eda15
git: add missing grev alias to README ( #7984 )
7 years ago
Robby Russell
b259cdf7e7
s/might/may
...
After wandering into a few articles that discuss the difference between might and may...opting for may.
7 years ago
Jackson Delahunt
c7a7b70e07
git-auto-fetch: silence stderr output ( #7970 )
...
Redirect stderr to avoid printing errors to the console when the ssh key is not
unlocked.
7 years ago
Jacky Wu
7b2c4327e7
golang: add missing gom alias to README ( #7961 )
7 years ago
tom-apfm
5f743e1a84
terraform: update README ( #7934 )
...
Add better usage instructions for the plugin which actually work
7 years ago
Jason Schwerberg
c105c04b6b
kubectl: add statefulset aliases ( #7826 )
7 years ago
Marc Cornellà
fb43df128f
colorize: add style environment variable ( #7635 )
7 years ago
Nicholas Wehr
fec2e56bc9
adding gatsby command set ( #7831 )
7 years ago
Sung Won Cho
5f18dbf895
Add a completion plugin for dnote ( #7885 )
7 years ago
Robby Russell
36e13f4803
Add PersistentVolumeClaim support to kubectl plugin ( #7827 )
...
Just add aliases for PVC actions.
7 years ago
SomeDer
f992d434ec
git: add git revert alias ( #7841 )
...
* git: add `alias grev="git revert"`
* Swapping double for single quotes
Matching the conventions in the plugin
7 years ago
Crackpot
9060c1ddae
crcandy: use 24h format in prompt ( #7926 )
7 years ago
Viktor Fonic
078f64dcf9
rails: fix typo in README ( #7923 )
7 years ago
Marc Cornellà
69f37800be
ubuntu: plugin cleanup and rename of ag alias to age ( #7700 )
...
* Clean up plugin and README
* Rename ag to age to avoid conflict with The Silver Searcher
Fixes #3866
7 years ago
Marc Cornellà
7f98e1cb52
debian: fix alias completion, rename ag and clean up README ( #7698 )
...
* Use double quotes to cache value of $apt_pref and $apt_upgr
* Clean up and fix syntax of command checks
* Clean up README and document $apt_pref/$apt_upgr overriding mechanism
* Rename `ag` alias (apt upgrade) to `au`
* Clean up README and fix syntax
Fixes #3686
Fixes #4660
Closes #5906
Co-authored-by: Noah Vesely <fowlslegs@riseup.net>
7 years ago
Marc Cornellà
24cd8e8314
meta: change feature request label
7 years ago
Ryan Greenblatt
d0b29ff0b3
pip: fix no such file or directory error ( #7916 )
...
Zsh may be configured such that ">>" will error if the file doesn't exist (`setopt noclobber`).
7 years ago
Marc Cornellà
702a594df3
installer: don't rely on tput for coloring
...
tput is error-prone and may not be needed, since all the formatting
codes used are standard across all types of terminals.
7 years ago
Felipe Contreras
d69bad8eb4
gitfast: downgrade to upstream v2.16 ( #7918 )
...
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
7 years ago
Roger Steneteg
65f34ce80e
kube-ps1: fix color bleeding in prompt ( #7915 )
7 years ago
Felipe Contreras
eb3d463081
gitfast: update to upstream v2.21 ( #7914 )
...
* gitfast: use $OSTYPE again
In the last update to upstream this was reverted:
a56eac7a (Use OSTYPE instead of uname whenever possible for better speed. (#5496 ))
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* gitfast: simplify plugin
No need to set and unset a variable we use once.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* gitfast: add script to update from upstream
This would make easier the process of updating, and also not miss our
patches.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* gitfast: update to upstream v2.21
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
7 years ago
Marc Cornellà
52fdae4b3d
Merge pull request #5169 from mcornella/refactor-installer
...
installer: fix, refactor and add installer arguments
7 years ago