Added alias pkgq very useful
This commit is contained in:
parent
e5263c3194
commit
ec5be3a170
1 changed files with 2 additions and 0 deletions
|
@ -28,3 +28,5 @@ if [[ -n "$TMUX" ]]; then
|
|||
alias fzf='fzf-tmux'
|
||||
fi
|
||||
|
||||
# Pacman Aliases
|
||||
alias pkgq="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'"
|
||||
|
|
Loading…
Reference in a new issue