This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a conversion of the helpers for bash for use in fish shell. | |
# You can find the original bash code available at https://gist.github.com/chtorr/0ecc8fca27a4c5e186c636c262cc4757 | |
# | |
# You can either: | |
# A. Place the entire block below into ~/.config/fish/config.fish | |
# B. Place the YUBIKEY_PROFILE line into ~/.config/fish/config.fish and place the individual functions into files | |
# (recommended). | |
# e.g., ~/.config/fish/functions/_aws_unset.fish contains the body of the _aws_unset function below. | |
# - install the Yubico authenticator app |