Compare commits
2 Commits
e877892276
...
fb488350aa
Author | SHA1 | Date | |
---|---|---|---|
fb488350aa | |||
ffdfbf8220 |
@@ -67,6 +67,13 @@ 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
|
||||
#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
|
||||
|
||||
# Grab pip completion, if it exists
|
||||
if has pip; then
|
||||
case "$_baseshell" in
|
||||
|
Reference in New Issue
Block a user