···130130# Omarchy / hyprland
131131alias gpu-check="~/.config/hypr/sspaeti/gpu-health-check"
132132133133-alias cx=claude
133133+# alias cx=claude
134134+alias cl=claude
134135135136# use open as on macOs to open pdf, videos, images, and directories (send output to dev and start in background for file manager (nautilus))
136137open() { xdg-open "$@" &>/dev/null & }