From bc46b66ed7fc85b54e0e980a3294a79998d095b3 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 22 Nov 2019 13:42:46 +0100 Subject: [PATCH] make password-store paste to primary --- .zprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zprofile b/.zprofile index 3cf7c67..aed1375 100644 --- a/.zprofile +++ b/.zprofile @@ -13,6 +13,9 @@ export EDITOR='em' export VISUAL='em' export BROWSER='qutebrowser' +# make the password-store use primary instead of clipboard +export PASSWORD_STORE_X_SELECTION=primary + # if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists