infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit acda3a2185d811d326024e48c383caa9c7ec7827
parent e28c706b7167668b5fa235c6154035205ef96283
Author: Silas Brack <silasbrack@gmail.com>
Date:   Wed, 20 May 2026 18:31:45 +0200

fix: bitwarden search

Diffstat:
Mhosts/gaia/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/gaia/configuration.nix b/hosts/gaia/configuration.nix @@ -355,7 +355,7 @@ programs.bash = { interactiveShellInit = '' bws() { - rbw list | fzf | xargs -I _ rbw get -c _ + rbw unlock && rbw list | fzf | xargs -I _ rbw get -c _ } loadenv() {