mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 22:07:59 +00:00
[.zpreztorc] Set AWS module show_region value to true
This commit is contained in:
parent
5b92635810
commit
0ac3c4250f
@ -25,7 +25,6 @@ zstyle ':prezto:*:*' color 'yes'
|
|||||||
# The order matters.
|
# The order matters.
|
||||||
zstyle ':prezto:load' pmodule \
|
zstyle ':prezto:load' pmodule \
|
||||||
'environment' \
|
'environment' \
|
||||||
'terminal' \
|
|
||||||
'editor' \
|
'editor' \
|
||||||
'history' \
|
'history' \
|
||||||
'directory' \
|
'directory' \
|
||||||
@ -36,9 +35,7 @@ zstyle ':prezto:load' pmodule \
|
|||||||
'prompt' \
|
'prompt' \
|
||||||
'python' \
|
'python' \
|
||||||
'git' \
|
'git' \
|
||||||
'openstack' \
|
'aws'
|
||||||
'aws' \
|
|
||||||
'yank'
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Autosuggestions
|
# Autosuggestions
|
||||||
@ -201,4 +198,4 @@ zstyle ':completion:*' special-dirs true
|
|||||||
|
|
||||||
zstyle ':prezto:module:aws' output 'table'
|
zstyle ':prezto:module:aws' output 'table'
|
||||||
zstyle ':prezto:module:aws' profile 'default'
|
zstyle ':prezto:module:aws' profile 'default'
|
||||||
|
zstyle ':prezto:module:aws' show_region 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user