make password-store paste to primary

This commit is contained in:
finga 2019-11-22 13:42:46 +01:00
parent 1ec8a15b3b
commit bc46b66ed7

View file

@ -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