From 4de7794b460ab207677c3332b31bcb0966ed2ee3 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Wed, 27 Oct 2021 11:04:15 +0200 Subject: [PATCH] Load awsprofile --- zsh.d/50-functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.d/50-functions.zsh b/zsh.d/50-functions.zsh index 1e2e1c6..1ebb592 100644 --- a/zsh.d/50-functions.zsh +++ b/zsh.d/50-functions.zsh @@ -24,6 +24,6 @@ autoload -U fancyTerm autoload -U x509 -autoload -U awslogin +autoload -U awsprofile # vim: set ts=4 sw=4 tw=0 ft=zsh :