From 0ac3c4250f58ea8dd7213f72afb9cf566fd13cd9 Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Thu, 20 Feb 2020 18:49:06 +0100 Subject: [PATCH] [.zpreztorc] Set AWS module show_region value to true --- .zpreztorc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.zpreztorc b/.zpreztorc index 7580cb6..09e5d52 100644 --- a/.zpreztorc +++ b/.zpreztorc @@ -25,7 +25,6 @@ zstyle ':prezto:*:*' color 'yes' # The order matters. zstyle ':prezto:load' pmodule \ 'environment' \ - 'terminal' \ 'editor' \ 'history' \ 'directory' \ @@ -36,9 +35,7 @@ zstyle ':prezto:load' pmodule \ 'prompt' \ 'python' \ 'git' \ - 'openstack' \ - 'aws' \ - 'yank' + 'aws' # # Autosuggestions @@ -201,4 +198,4 @@ zstyle ':completion:*' special-dirs true zstyle ':prezto:module:aws' output 'table' zstyle ':prezto:module:aws' profile 'default' - +zstyle ':prezto:module:aws' show_region 'true'