Add hyprpm toolbox alias
This commit is contained in:
@@ -67,6 +67,11 @@ if [ -f "$brewfix"/bin/brew ]; then
|
|||||||
fi
|
fi
|
||||||
unset brew
|
unset brew
|
||||||
|
|
||||||
|
# If we have toolbox, assume we're on Wayblue and set up an alias
|
||||||
|
if has toolbox; then
|
||||||
|
alias hyprpm='toolbox run -c hyprpm env HYPRLAND_INSTANCE_SIGNATURE="$HYPRLAND_INSTANCE_SIGNATURE" hyprpm'
|
||||||
|
fi
|
||||||
|
|
||||||
# Grab pip completion, if it exists
|
# Grab pip completion, if it exists
|
||||||
if has pip; then
|
if has pip; then
|
||||||
case "$_baseshell" in
|
case "$_baseshell" in
|
||||||
|
Reference in New Issue
Block a user