[ZSH] MacOS virt-manager fix

This commit is contained in:
Fabian Ising
2026-01-23 10:47:28 +01:00
parent dca783e4ae
commit aa4250e839

View File

@@ -19,7 +19,8 @@ export PATH="$HOMEBREWPREFIX/opt/coreutils/libexec/gnubin:$HOME/.local/bin:$HOME
# Research # Research
# export PATH="/Users/fabian/Labor/Research/code_signing/02-tools:$PATH" # export PATH="/Users/fabian/Labor/Research/code_signing/02-tools:$PATH"
alias tailscale=/Applications/Tailscale.app/Contents/MacOS/Tailscale alias tailscale=/Applications/Tailscale.app/Contents/MacOS/Tailscale
alias virt-manager="LD_PRELOAD=/opt/homebrew/Cellar/glib/2.86.0/lib virt-manager" #alias virt-manager="LD_PRELOAD=/opt/homebrew/Cellar/glib/2.86.0/lib virt-manager"
#alias virt-manager="LD_PRELOAD=/opt/homebrew/Cellar/glib/2.86.0/lib $HOME/python-envs/virt-manager/bin/python3 $HOME/stuff/virt-manager/virt-manager"
HOMEBREW_COMMAND_NOT_FOUND_HANDLER="$(brew --repository)/Library/Homebrew/command-not-found/handler.sh" HOMEBREW_COMMAND_NOT_FOUND_HANDLER="$(brew --repository)/Library/Homebrew/command-not-found/handler.sh"
if [ -f "$HOMEBREW_COMMAND_NOT_FOUND_HANDLER" ]; then if [ -f "$HOMEBREW_COMMAND_NOT_FOUND_HANDLER" ]; then