tmux: update DBUS_SESSION_BUS_ADDRESS to fix gpg pinentry

Mon, 14 Aug 2023 22:04:03 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 14 Aug 2023 22:04:03 -0400
changeset 1127
a120f1d3d932
parent 1126
fe77c5eed375
child 1128
30d81fbc6a7b

tmux: update DBUS_SESSION_BUS_ADDRESS to fix gpg pinentry

.tmux.conf file | annotate | diff | comparison | revisions
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,6 +1,8 @@
 set -g default-terminal "tmux-256color"
 # set -ga terminal-overrides ',*:RGB'
 
+set -g update-environment 'DBUS_SESSION_BUS_ADDRESS'
+
 set -g history-limit 6000
 set -g display-time 4000
 

mercurial