Commit graph

5,209 commits

Author SHA1 Message Date
linsilence
4647003fdc add plugin history-substring-search 2019-07-03 12:32:05 +08:00
linsilence
781b49330d replace .zshrc when upgrade 2 2019-07-03 12:07:26 +08:00
linsilence
d04f07caa8 add plugin history 2019-07-03 12:05:27 +08:00
linsilence
1b8f377d41 Merge remote-tracking branch 'upstream/master' 2019-07-03 11:59:34 +08:00
Robby Russell
b259cdf7e7
s/might/may
After wandering into a few articles that discuss the difference between might and may...opting for may.
2019-07-01 08:01:24 -07:00
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.
2019-07-01 15:10:59 +02:00
linsilence
ede2828ca1 Merge remote-tracking branch 'upstream/master' 2019-06-30 18:07:37 +08:00
Jacky Wu
7b2c4327e7 golang: add missing gom alias to README (#7961) 2019-06-27 18:49:00 +02:00
tom-apfm
5f743e1a84 terraform: update README (#7934)
Add better usage instructions for the plugin which actually work
2019-06-26 15:20:41 +02:00
linsilence
02b070e225 Merge remote-tracking branch 'upstream/master' 2019-06-18 12:51:04 +08:00
linsilence
758371861f fix theme 2019-06-18 12:49:41 +08:00
linsilence
bf5ac0bd30 fix astro theme 2019-06-17 14:14:14 +08:00
Jason Schwerberg
c105c04b6b kubectl: add statefulset aliases (#7826) 2019-06-15 20:49:33 +02:00
Marc Cornellà
fb43df128f
colorize: add style environment variable (#7635) 2019-06-15 20:48:45 +02:00
Nicholas Wehr
fec2e56bc9 adding gatsby command set (#7831) 2019-06-15 10:54:19 -07:00
Sung Won Cho
5f18dbf895 Add a completion plugin for dnote (#7885) 2019-06-15 10:52:22 -07:00
Robby Russell
36e13f4803
Add PersistentVolumeClaim support to kubectl plugin (#7827)
Just add aliases for PVC actions.
2019-06-15 10:49:41 -07:00
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
2019-06-15 10:47:23 -07:00
linsilence
305acdb755 disable replace .zshrc when upgrading 2019-06-15 11:13:40 +08:00
Crackpot
9060c1ddae crcandy: use 24h format in prompt (#7926) 2019-06-14 14:46:08 +02:00
linsilence
da478793f1 Merge remote-tracking branch 'upstream/master' 2019-06-14 15:08:51 +08:00
linsilence
b21e574d3c readme add issues 2019-06-14 15:03:14 +08:00
Viktor Fonic
078f64dcf9 rails: fix typo in README (#7923) 2019-06-12 19:45:43 +02:00
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
2019-06-11 15:05:55 +02:00
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>
2019-06-11 15:02:04 +02:00
linsilence
b8d107fe11 fix 2019-06-11 12:40:15 +08:00
linsilence
2437394613 add plugins 2019-06-11 12:33:43 +08:00
Marc Cornellà
24cd8e8314
meta: change feature request label 2019-06-10 15:50:25 +02:00
linsilence
afffb83005 fix 2019-06-10 20:32:52 +08:00
linsilence
102391d011 add plugins 2019-06-10 20:17:55 +08:00
linsilence
839ea2dde4 add plugins 2019-06-10 19:57:47 +08:00
linsilence
556d535921 fix 2019-06-10 19:28:41 +08:00
linsilence
a5f8fc27c9 update .zshrc when upgrade 2019-06-10 19:22:10 +08:00
linsilence
c65a06ffb0 chmod +x 2019-06-10 19:03:54 +08:00
linsilence
eb151da207 fix 2019-06-10 18:51:40 +08:00
linsilence
8d5fb621e0 change to my template 1 2019-06-10 18:36:36 +08:00
linsilence
ace8e27928 change theme to astro 2019-06-10 18:21:35 +08:00
linsilence
59bdb3b25b change to my install path 2019-06-10 18:19:01 +08:00
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`).
2019-06-10 00:02:08 +02:00
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.
2019-06-09 16:33:06 +02:00
Felipe Contreras
d69bad8eb4 gitfast: downgrade to upstream v2.16 (#7918)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2019-06-08 16:33:56 +02:00
Roger Steneteg
65f34ce80e kube-ps1: fix color bleeding in prompt (#7915) 2019-06-07 18:30:08 +02:00
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>
2019-06-07 17:57:46 +02:00
Marc Cornellà
52fdae4b3d
Merge pull request #5169 from mcornella/refactor-installer
installer: fix, refactor and add installer arguments
2019-06-03 17:19:37 +02:00
Marc Cornellà
c8ac4038cf installer: add documentation of new installer features to README 2019-06-03 17:18:26 +02:00
Marc Cornellà
b944fee6ea installer: ask user about changing the shell to zsh 2019-06-03 17:18:25 +02:00
Marc Cornellà
0824dcc9fb installer: allow for tput errors
tput may throw errors on invalid $TERM values, for example.
This shorthand syntax allows for that as well as for if tput
doesn't exist.
2019-06-03 17:18:25 +02:00
Zach Whitten
2e54ba2dfb installer: restore previous default shell with uninstall
Co-authored-by: Antonio QUINTAVALLE <antonio.quintavalle@amadeus.com>
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-06-03 17:18:25 +02:00
Marc Cornellà
66d6d08841 installer: improve message formatting and color 2019-06-03 17:18:25 +02:00
Marc Cornellà
b931d6a9db installer: change to --unattended argument and add docs 2019-06-03 17:18:25 +02:00