sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| #!/usr/bin/env bash | |
| # | |
| # INTRODUCTION | |
| # | |
| # Defines a function called aws-profile to list and select AWS profile | |
| # to use. The function is meant for interactive use. You use it to | |
| # select and set the current AWS Profile by setting the AWS_P#ROFILE | |
| # environment variable. | |
| # |
Thanks to /u/zpoo32 for reporting several issues in this list!
| ################################################################################################################# | |
| # | |
| # Password-Expiration-Notifications v20220823 | |
| # Highly Modified fork. https://gist.github.com/meoso/3488ef8e9c77d2beccfd921f991faa64 | |
| # | |
| # Originally from v1.4 @ https://gallery.technet.microsoft.com/Password-Expiry-Email-177c3e27 | |
| # https://windowspoweressentials.com/2017/02/21/powershell-password-reminder-script-updated/ | |
| # https://github.com/titlerequired/public | |
| # Robert Pearman (WSSMB MVP) | |
| # TitleRequired.com |