048d5302d6
[modsorin] Change AWS prompt
2019-11-06 19:19:16 +01:00
e9e8c31217
[aws] Merge aws_elb and aws_elb2 aliases and improve information shown
2019-11-06 19:02:45 +01:00
f549bd7a0b
[aws/sorinmod] Fix AWS profile prompt
2019-11-06 18:31:43 +01:00
daniel.carrillo
ed511e6747
[aws/sorinmod] Show aws profile in prompt
2019-11-06 17:28:19 +01:00
daniel.carrillo
13f3cabd81
[aws] Add alias for ssh through ssm proxy
2019-11-05 12:05:16 +01:00
daniel.carrillo
b2aead431c
[aws] Fix typo at aws_kms_decrypt
2019-11-05 11:40:15 +01:00
daniel.carrillo
21ce6a6f97
Merge branch 'master' of https://github.com/dcarrillo/prezto
2019-11-04 11:06:52 +01:00
daniel.carrillo
585b3646f9
aws: Fix profile issues
2019-11-04 11:05:59 +01:00
aeb58b972d
Merge upstream/master
2019-10-24 19:43:06 +02:00
daniel.carrillo
b44893d9eb
[aws] Add aws_kms_decrypt and aws_ssm_session functions
2019-10-24 14:57:58 +02:00
lambdanerd
ed6303c340
homebrew: add alias brewL
2019-10-17 13:59:40 -07:00
lambdanerd
6d65cb4176
Remove documentation for obsolete brewC
alias
2019-10-17 13:59:40 -07:00
Wouter Overmeire
1bc0da5f48
Init submodules when using zprezto-update ( #1713 )
2019-10-16 09:23:48 -07:00
lambdanerd
55eb406515
Remove alias for invalid brew cleanup --force
...
`brew cleanup --force` produces the following error message: `Error: invalid option: --force`. I can't seem to find any record of this being a valid option for the cleanup command, so either it was deprecated in the stone age or it was a simple mistake. However, there is a `--force` option available for `brew uninstall`, but that's a dicey thing to alias.
2019-10-16 09:13:29 -07:00
Kaleb Elwert
2873885d37
utility: fix safe-ops commands
...
Fixes #1699
2019-09-21 17:29:21 -07:00
91292526a0
Add sorin prompt changes to sorinmod
2019-09-20 21:22:12 +02:00
a1df63bade
Merge upstream/master
2019-09-20 21:16:11 +02:00
Robson Roberto Souza Peixoto
9507a0e881
tmux: ignore tmux autostart in vscode terminal ( #1718 )
...
In certain situations VSCODE_PID isn't set any more, so we just need to check TERM_PROGRAM which has existed for a few years already.
2019-09-10 09:18:09 -07:00
Kaleb Elwert
75b112bcd0
node, python, ruby: update docs about new envars
2019-09-10 09:10:31 -07:00
laggardkernel
f596d5d1d6
python: improve PYENV_ROOT detection
2019-09-10 09:00:11 -07:00
laggardkernel
61de4d199d
node: support environment variables NVM_DIR and NODENV_ROOT
2019-09-10 09:00:11 -07:00
laggardkernel
6ae2f39cc1
ruby: support environment variable RBENV_ROOT
2019-09-10 09:00:11 -07:00
Roman Perepelitsa
75940e8ee9
directory: update docs to clarify it doesn't really set AUTO_NAME_DIRS ( #1740 )
...
Module `directory` used to set AUTO_NAME_DIRS. This was changed in
73e94b84
but README.md hasn't been updated. This looks like an
accidental omission that this commit fixes.
2019-09-10 08:57:42 -07:00
Shane O'Grady
43214f1aed
history: Permit use of previously set HISTFILE
...
Honor the use of the HISTFILE environment variable, if it's already set.
2019-09-10 08:56:51 -07:00
Roman Perepelitsa
8b1a7afd81
prompt: update powerlevel10k submodule to the latest commit ( #1738 )
...
- New prompt segment: terraform.
- Configuration wizard:
- Offer to install Meslo Nerd Font (only on iTerm2 and Termux).
- Offer to enable `time` prompt segment.
- New style options: round separators, heads and tails.
- Reduce the minimum required terminal width to 55 columns.
- Several bug fixes. Most notable:
- Fix network interface and ip parsing on Linux and WSL.
- Disregard auto_name_dirs if it's set.
2019-09-06 10:08:26 -07:00
pedrosland
8914274ca9
prompt: update zsh-async to fix an infinite loop ( #1734 )
2019-08-19 10:30:33 -07:00
Julien Brochet
34948690d5
syntax-highlighting: update external dependency
2019-08-19 10:28:23 -07:00
romkatv
a8087e01fb
prompt: update powerlevel10k submodule to the latest commit
...
- Several bug fixes. Most notable:
- Don't hide command execution time on reset-prompt.
- Support prezto with zsh 5.1.
- Don't hide nvm prompt when there is no nvm command.
- New prompt: ranger.
- Add an option to hide rust version when outside of rust project tree.
- Add an option to show rvm gemset.
2019-08-19 10:24:45 -07:00
romkatv
abb0c7ecb4
prompt: update powerlevel10k submodule to the latest commit
...
A dozen bug fixes. Most important:
- rbenv and a few other segments didn't work if IFS was set
to something unusual.
- vcs segment couldn't properly apply subsegment style if
color overrides used mnemonic names.
- the check for .p10k.zsh already being sourced was too strict.
2019-08-02 01:54:56 -07:00
romkatv
b01f02aa5c
prompt: update powerlevel10k submodule to the latest commit
...
New feature: Configuration Wizard. Type `p10k configure` to
explore the unique styles and features Powerlevel10k has
to offer.
2019-07-31 14:49:31 -07:00
John P. Neumann
5566a9c792
Resolves 1641 - Checks whether the prompt is set to be managed or not. ( #1723 )
...
This is a new variable that will need to be set on all new prompts and
is not backwards compatible with custom prompts that are not prezto
managed, but use prezto's editor-info functionality. Updated the
README.md with additional information for themes.
2019-07-25 17:14:43 -05:00
Roman Perepelitsa
3ae422a0da
prompt: update powerlevel10k submodule to the latest commit ( #1727 )
...
The last update has picked up a nasty bug in gitstatus that disables all user aliases. This commit fixes it.
2019-07-24 11:13:32 -07:00
Roman Perepelitsa
6dd97d15e0
prompt: update powerlevel10k submodule to the latest commit ( #1726 )
...
Changes include a few bug fixes and a score of new features.
2019-07-23 10:04:45 -07:00
21b83b65ef
Merge upstream/master
2019-07-18 18:22:31 +02:00
Roman Perepelitsa
e94b6b2078
prompt: update powerlevel10k submodule to the latest commit ( #1717 )
...
A bunch of bug fixes. Most notably romkatv/powerlevel10k#89 .
2019-07-02 10:23:12 -06:00
de23724dc3
Merge upstream/master
2019-06-21 18:42:55 +02:00
e6e5e4d68f
Fix os-info and update prompt
2019-06-21 18:42:37 +02:00
Roman Perepelitsa
09e83ed282
prompt: update powerlevel10k submodule ( #1715 )
2019-06-17 10:49:02 -07:00
9f86f48ae6
Add INSTALL.md
2019-06-07 17:54:40 +02:00
15bfe616bc
Merge upstream/master
2019-06-07 17:35:30 +02:00
Kaleb Elwert
1d58546406
prompt: update powerlevel10k to latest commit
2019-05-29 13:42:17 -07:00
Roman Perepelitsa
ac65e8eb18
Add powerlevel10k theme ( #1695 )
2019-05-29 13:40:47 -07:00
Toshiki Murayama
bb901dfb7e
Update zsh-autosuggestions submodule
2019-05-23 09:20:38 -07:00
f235db7aaa
Fork prompt_sorin as prompt_sorinmod
2019-05-17 20:53:44 +02:00
82222831a7
Merge upstream/master
2019-03-30 15:20:55 +01:00
Chris Ewald
1f4601e44c
Disable node-info output when value is system.
...
This makes the behavior consistent with rbenv and pyenv.
2019-03-18 00:10:32 -05:00
monai
b8d7e2cad8
Add zstyle option to disable zsh option CORRECT
2019-03-05 14:04:21 -08:00
Maxim Baz
5d7c990eec
archive: enhance parallel operations
2019-02-18 21:40:25 -08:00
Yutian Li
d22effbf85
editor: allow alt+arrow keys for word movement ( #1688 )
2019-02-11 16:21:38 -08:00
4ff726e600
Merge with upstream
2019-01-11 18:26:13 +01:00