aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-08-27 16:33:00 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2025-08-27 16:33:03 +0200
commit836ffd451db92c47d3200f0a4f4e7ab0234d67f7 (patch)
tree613be2fe3a329fcc0f26f5fc7784ae7897256286 /.profile
parent904a9d5c1aa5755bc6c6812b3df39aeb3f473715 (diff)
update from work dotfiles
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index 9af7722..aa23ccc 100644
--- a/.profile
+++ b/.profile
@@ -63,6 +63,7 @@ export PASSWORD_STORE_ENABLE_EXTENSIONS=true
export PASSWORD_STORE_EXTENSIONS_DIR="$XDG_DATA_HOME/pass-extensions"
export MOZ_USE_XINPUT2=1
export CMAKE_EXPORT_COMPILE_COMMANDS=1
+export LIBVIRT_DEFAULT_URI='qemu:///system'
# LS_COLORS
[ ! -e "$XDG_CACHE_HOME/dircolors" ] || [ "$XDG_CONFIG_HOME/dircolors" -nt "$XDG_CACHE_HOME/dircolors" ] && dircolors "$XDG_CONFIG_HOME/dircolors" > "$XDG_CACHE_HOME/dircolors"