Add xo alias for xdg-open

This commit is contained in:
2026-05-02 21:01:27 -07:00
parent 67589779df
commit ca5b2b566f

View File

@@ -83,6 +83,7 @@ with lib;
shellAliases = {
df_ssh = "TERM=xterm-256color ssh -o StrictHostKeyChecking=no";
fix_nix = "LD_LIBRARY_PATH='' nix";
xo = "xdg-open";
} // multiplexerAliases;
variables = {
ROFI_SYSTEMD_TERM = "ghostty -e";