From 80027dc5bfadc81a8d8b5e0c52b4bb6c4cb62046 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 4 Feb 2025 21:56:12 -0600 Subject: [PATCH] Replace note with a shell alias to do the note instead --- base/.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/base/.profile b/base/.profile index 42fd3cbe..c9272bfd 100755 --- a/base/.profile +++ b/base/.profile @@ -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