775f6123b2
Merge upstream/master
2020-12-17 12:06:52 +01:00
e915c34507
prompt: update powerlevel10k submodule to v1.14.3
...
Release notes:
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.0
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.1
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.2
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.3
2020-12-14 14:19:17 -08:00
39151645ac
Merge upstream/master
2020-09-05 16:05:00 +02:00
0a405494ca
prompt: update powerlevel10k submodule to v1.13.0
...
Release notes: https://github.com/romkatv/powerlevel10k/releases/tag/v1.13.0
2020-09-01 09:50:55 -07:00
813bde4d44
Merge upstream/master
2020-08-01 18:12:16 +02:00
38882275b8
Add ^_ mapping to undo in viins mode ( #1860 )
...
This allows to cancel a tab completion, as ^_ in emacs mode.
2020-07-30 13:29:59 -07:00
e9197234cf
Add check for empty WORKON_HOME ( #1861 )
...
When $WORKON_HOME is not set and $ENV_NAME is equal to
$PROJECT_ROOT/.venv which contains bin/activate then
the code wrongly assumes workon is available.
It should execute the second branch to source bin/activate.
2020-07-27 12:49:40 -07:00
685da200d7
completion: bump version to tags/0.32.0 ( #1856 )
2020-07-22 10:28:53 -07:00
cb8b9ca746
README: fix small grammatical error ( #1857 )
2020-07-20 16:08:54 -07:00
4e7ab4b8b7
utility, helper: add aliases to use with termux terminal emulator (android) ( #1859 )
2020-07-20 16:07:53 -07:00
677e301174
Merge upstream/master
2020-07-14 19:39:15 +02:00
c21295b27f
prompt: update powerlevel10k submodule to v1.12.0
...
Release notes: https://github.com/romkatv/powerlevel10k/releases/tag/v1.12.0
2020-07-06 09:15:34 -07:00
83f3dca4a3
Merge upstream/master
2020-07-01 18:05:08 +02:00
a132c1007a
git-info: use tab as separator for splitting ahead_and_behind ( #902 )
...
The current implementation is not tamper-proof against a modified IFS. See discussion in https://github.com/sorin-ionescu/prezto/pull/902 for details.
2020-06-29 10:26:36 -07:00
2d3763380c
Ask pyenv whether pip exists if installed ( #1848 )
...
Pyenv will install shims for commands that exist in any interpreter, even if it is not the current one. This means that a command may technically exist, but when executed will tell the user to try a different interpreter. The original check for pip in the Python module can fail for this reason, in particular on Ubuntu 20.04.
This change checks with pyenv whether pip really exists in the current interpreter to work around this problem and fixes a bug in pip command detection.
2020-06-29 10:25:15 -07:00
20a78c04e5
Remove --all
from git alias glg
( #1853 )
2020-06-29 10:23:08 -07:00
ff91c8d410
Make .zcomp* location configurable ( #1842 )
2020-06-04 13:53:44 -07:00
b8f5b31573
prompt: update powerlevel10k submodule to v1.11.0
...
Release notes: https://github.com/romkatv/powerlevel10k/releases/tag/v1.11.0
2020-05-31 20:19:44 -07:00
cb69d2d3e4
Merge pull request #1836 from diraol/dro/git_pull_autostash
...
[git] Add git pull autostash alias
2020-05-29 11:56:04 +05:30
793f239a5e
prompt: update powerlevel10k submodule to v1.10.0
...
Release notes:
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.8.0
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.8.1
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.8.2
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.9.0
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.9.1
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.10.0
2020-05-20 03:22:52 -07:00
649c0e4561
[git] Add git pull autostash alias
...
Adds the gfma and gfra aliases with the `--autostash` flag.
2020-05-14 15:19:03 -03:00
13c61bae30
Do not source history-substring-search if already loaded ( #1830 )
2020-05-02 11:21:27 -07:00
6d546561c6
Merge upstream/master
2020-05-01 11:38:39 +02:00
530ea10126
prompt: update powerlevel10k submodule to v1.7.0
...
Release notes:
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.6.0
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.6.1
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.7.0
2020-04-30 14:34:22 -05:00
342385618c
homebrew: load helper dependency
...
Updates #1815
2020-04-23 21:21:17 -05:00
2da4774473
[aws] Improve ssh_aws_any function
2020-04-13 15:45:08 +02:00
f427a567d7
Merge upstream/master
2020-04-09 18:27:14 +02:00
de7b3b7fdc
Use shallow clone for powerlevel9k and powerlevel10k submodules ( #1819 )
2020-04-08 13:15:23 -07:00
95ff0360ae
fix: regression in homebrew module ( #1816 )
2020-04-06 02:55:01 -07:00
5b03d7fa32
prompt: fix usage of zsh-async in sorin prompt ( #1810 )
2020-03-29 12:51:11 -07:00
d5bef142d4
Fix missing dependency on helper module for helpers added in #1793 ( #1811 )
...
PR #1793 introduced helper functions for OS detection in some modules.
These helpers require a module dependency on the 'helper' module.
2020-03-29 12:49:35 -07:00
9b2744cfdf
Merge upstream/master
2020-03-25 12:18:59 +01:00
7fbedf4a3b
[aws] Add iops to aws_ebs() output
2020-03-25 12:18:35 +01:00
f479f37ead
prompt: update powerlevel10k submodule to v1.5.0
...
Release notes: https://github.com/romkatv/powerlevel10k/releases/tag/v1.5.0
2020-03-22 14:07:08 -07:00
f4ca9ebfc9
feat(helper): add os-type helper functions
...
Add the following functions:
- is-darwin
- is-linux
- is-bsd
- is-cygwin
And apply them everywhere I found code doing that what these functions do.
2020-03-19 11:49:11 -07:00
1b99be879c
Update syntax-highlighting module
2020-03-19 11:19:25 -07:00
cfeb8cd6c9
prompt: update powerlevel10k submodule to v1.4.0
...
Release notes: https://github.com/romkatv/powerlevel10k/releases/tag/v1.4.0
2020-03-16 09:32:50 -07:00
0c22054a49
Merge upstream/master
2020-03-09 19:51:20 +01:00
d955fbdeb7
prompt: update powerlevel10k submodule to v1.3.0
...
Release notes: https://github.com/romkatv/powerlevel10k/releases/tag/v1.3.0
2020-03-06 10:04:57 -08:00
94f9e44f3f
use $TTY instead of $(tty); it's faster and more reliable
...
`tty` command infers the current TTY from file descriptor 0.
`$TTY` gives current TTY directly. The latter works even when
file descriptor 0 is redirected. It's also over 1000 times faster.
2020-03-02 10:50:11 -08:00
92e6b37f73
prompt: update powerlevel10k submodule to v1.2.0
...
Release notes: https://github.com/romkatv/powerlevel10k/releases/tag/v1.2.0
2020-02-27 13:17:43 -08:00
d2832051f7
[aws] Improve output of aws_subnets function
2020-02-26 18:58:12 +01:00
65e8ba0596
[æws] Add aws_subnet function
2020-02-24 21:11:09 +01:00
272528b439
[aws] Add function for deactivating (unset variables) current aws profile
2020-02-22 20:04:40 +01:00
a73bb314cc
[aws] Fix switch_aws_profile when dealing with AWS_DEFAULT_REGION
2020-02-22 19:41:14 +01:00
cb0099ec7a
[aws] Improve output of aws_cf function
2020-02-22 16:12:23 +01:00
fc8f82329b
[aws] Add function to activate and switch profiles taken from aws credentials file
2020-02-22 16:11:38 +01:00
3d827cdb88
[aws] Add support for showing AWS region in prompt
2020-02-20 18:43:05 +01:00
47b37b22ea
Merge upstream/master
2020-02-20 18:04:49 +01:00
e9f281cd6f
Updated prompt pure to version 1.11.0
2020-02-11 10:09:48 -08:00