mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
byobu-reconnect-sockets: quote shell expansions
this avoids error messages in zsh
This commit is contained in:
parent
6ae953a7e1
commit
6f8cfbe3c8
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ case $BYOBU_BACKEND in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Establish gpg-agent socket, helps when reconnecting to a detached session
|
# Establish gpg-agent socket, helps when reconnecting to a detached session
|
||||||
newest "$HOME/.gnupg/"gpg-agent-info-* && . "$_RET" && export_and_send GPG_AGENT_INFO
|
newest "$HOME/.gnupg/gpg-agent-info-*" && . "$_RET" && export_and_send GPG_AGENT_INFO
|
||||||
|
|
||||||
# Reconnect dbus, source the most recently touched session-bus
|
# Reconnect dbus, source the most recently touched session-bus
|
||||||
# Sorry, ls -t is needed here, to sort by time
|
# Sorry, ls -t is needed here, to sort by time
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue