Edited .zshrc to enable rootless virsh
This commit is contained in:
2
.zshrc
2
.zshrc
@@ -140,3 +140,5 @@ PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
|||||||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export LIBVIRT_DEFAULT_URI=qemu:///system
|
||||||
|
|||||||
Reference in New Issue
Block a user