Replace note with a shell alias to do the note instead

This commit is contained in:
Salt 2025-02-04 21:56:12 -06:00
parent fb488350aa
commit 80027dc5bf

@ -71,6 +71,7 @@ unset brew
if has toolbox; then
#toolbox create hyprpm
#toolbox run -c hyprpm sudo dnf -y install hyprland hyprland-devel
alias mktoolbox-hyprpm='toolbox create hyprpm && toolbox run -c hyprpm sudo dnf -y install hyprland hyprland-devel'
alias hyprpm='toolbox run -c hyprpm env HYPRLAND_INSTANCE_SIGNATURE="$HYPRLAND_INSTANCE_SIGNATURE" hyprpm'
fi