list yay
This commit is contained in:
4
.zshrc
4
.zshrc
@ -321,6 +321,10 @@ rpg () {
|
|||||||
cd "$(rpg-cli pwd)"
|
cd "$(rpg-cli pwd)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list_yay() {
|
||||||
|
yay -Qq |fzf --preview 'yay -Qil {}' --layout=reverse --bind 'enter:execute(yay -Qil {} |more)'
|
||||||
|
}
|
||||||
|
|
||||||
mh() {
|
mh() {
|
||||||
xrandr --output DP1-1 --auto --right-of eDP1
|
xrandr --output DP1-1 --auto --right-of eDP1
|
||||||
xrandr --output DP1-2 --auto --left-of eDP1
|
xrandr --output DP1-2 --auto --left-of eDP1
|
||||||
|
Reference in New Issue
Block a user