From 6e78008c9ae22ff30c83b0fc38dd32f9f88f7c3e Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 18 Jan 2025 17:12:50 -0800 Subject: [PATCH] Fixed bw-copy on nixos --- dotfiles/.functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.functions.zsh b/dotfiles/.functions.zsh index 12d6587..e914c82 100644 --- a/dotfiles/.functions.zsh +++ b/dotfiles/.functions.zsh @@ -27,7 +27,7 @@ bw-copy() { clipboard_cmd="pbcopy" fi - bw-load && NODE_OPTIONS="--no-deprecation" bw get password "$1" | $clipboard_cmd + bw-load && NODE_OPTIONS="--no-deprecation" bw get password "$1" | eval $clipboard_cmd } bw-clear() {