You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The defaultStringIfBlank function added in #20 expects the os.Getenv("TERM") to be blank in order to return the fallback value. However, if we start the drawer from a key binding, the returned value is "linux", so this won't work.
The text was updated successfully, but these errors were encountered:
The
defaultStringIfBlank
function added in #20 expects theos.Getenv("TERM")
to be blank in order to return the fallback value. However, if we start the drawer from a key binding, the returned value is "linux", so this won't work.The text was updated successfully, but these errors were encountered: