8 lines
120 B
Bash
8 lines
120 B
Bash
|
|
if [ -f $HOME/.bashrc ]; then
|
|
source $HOME/.bashrc
|
|
fi
|
|
|
|
export LIBVIRT_DEFAULT_URI="qemu+ssh://majalis/system"
|
|
|