Add LIBVIRT_DEFAULT_URI
This commit is contained in:
parent
87dd504af1
commit
dca35d0535
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ export PAPERSIZE=a4
|
||||||
export POWERSHELL_TELEMETRY_OPTOUT=1
|
export POWERSHELL_TELEMETRY_OPTOUT=1
|
||||||
export PYTHONWARNINGS=ignore::UserWarning
|
export PYTHONWARNINGS=ignore::UserWarning
|
||||||
|
|
||||||
|
# Override this in ~/.config/bashrc or ~/.ssh/config.
|
||||||
|
export LIBVIRT_DEFAULT_URI="qemu+ssh://vmhost/system"
|
||||||
|
|
||||||
if test -x /usr/bin/tty
|
if test -x /usr/bin/tty
|
||||||
then
|
then
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
Loading…
Reference in a new issue