withfig / autocomplete

IDE-style autocomplete for your existing terminal & shell

Home Page:https://fig.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add autocomplete for "unset" command

jgtvares opened this issue · comments

Sanity checks

Feature Details

Description:

The echo command shows available variables in the environment, but the unset command does not.
I work with multiple AWS profiles, some of them are just the usual credentials exports and others are with the AWS_PROFILE variable.
When I need to use AWS_PROFILE, I have to unset all other exported AWS variables because they have precedence over AWS_PROFILE.
I could just have a simple script for it, but if Fig had an autocomplete for unset I would be satisfied with it and ditch my script 😅 !
So, to sum up, when typing unset, Fig should present to me unsetable variables.

Hey @jgtvares! This is fixed in #1858

is this opened?