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
I am guessing that this may be due to my password-store not being in the default location (~/.password-store), mine is located at ~/.pass instead, this is done by exporting the PASSWORD_STORE_DIR variable.
Could it be that ripasso is not looking for this variables existence?? and instead looking for its default path??
Thanks again, this looks like just what I need! (currently I use fzf to list/select my entries)
The text was updated successfully, but these errors were encountered:
OK, just tested my theory and its correct!
Moved it to ~/password-store and now ripasso finds it.
Perhaps, look for the PASSWORD_STORE_DIR from now on as to avoid this problem.
Off-topic but perhaps it will save me opening another issue, my interface has a grey background (doesnt match my dark-black background set by my terminals theme) can I turn styling off or altleast modify it to #262626 to match my theme? or is this behaviour not expected? (i.e a bug)?
Thanks!
I am guessing that this may be due to my password-store not being in the default location (
~/.password-store
), mine is located at~/.pass
instead, this is done by exporting thePASSWORD_STORE_DIR
variable.Could it be that
ripasso
is not looking for this variables existence?? and instead looking for its default path??Thanks again, this looks like just what I need! (currently I use
fzf
to list/select my entries)The text was updated successfully, but these errors were encountered: