Merge branch 'master' of gitlab.com:chriscochrun/dotfiles

This commit is contained in:
Chris Cochrun 2021-08-25 05:14:49 -05:00
commit 7a6190e415
10 changed files with 43 additions and 23 deletions

View file

@ -13,6 +13,8 @@ list_passwords() {
rbw list
}
passwords=$(rbw list)
prompt='search for passwords...'
SECRET=$(list_passwords | rofi -i -p="${prompt}" -dmenu)