make password-store paste to primary
This commit is contained in:
parent
1ec8a15b3b
commit
bc46b66ed7
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ export EDITOR='em'
|
||||||
export VISUAL='em'
|
export VISUAL='em'
|
||||||
export BROWSER='qutebrowser'
|
export BROWSER='qutebrowser'
|
||||||
|
|
||||||
|
# make the password-store use primary instead of clipboard
|
||||||
|
export PASSWORD_STORE_X_SELECTION=primary
|
||||||
|
|
||||||
# if running bash
|
# if running bash
|
||||||
if [ -n "$BASH_VERSION" ]; then
|
if [ -n "$BASH_VERSION" ]; then
|
||||||
# include .bashrc if it exists
|
# include .bashrc if it exists
|
||||||
|
|
Loading…
Reference in a new issue