From c497927ba6bb8f190ca7a575ce20e7d566420552 Mon Sep 17 00:00:00 2001 From: alvinlollo Date: Tue, 24 Mar 2026 21:26:16 +1100 Subject: [PATCH] Add rpi-imager config --- configs/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/.zshrc b/configs/.zshrc index 936ece5..93359f7 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -2,6 +2,8 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH export PATH="/home/pi/.npm-global/bin:$PATH" export PATH="$HOME/.local/bin:$PATH" +export WAYLAND_DISPLAY=$WAYLAND_DISPLAY +export XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR # Path to your oh-my-zsh installation. export ZSH=~/.oh-my-zsh @@ -175,3 +177,4 @@ fi alias lzd="lazydocker" alias edit="nvim" +alias rpi="pkexec /usr/bin/rpi-imager"