Add hyprpm toolbox alias
This commit is contained in:
parent
e877892276
commit
ffdfbf8220
@ -67,6 +67,11 @@ if [ -f "$brewfix"/bin/brew ]; then
|
||||
fi
|
||||
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
|
||||
if has pip; then
|
||||
case "$_baseshell" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user