diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2024-12-30 20:45:45 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2024-12-30 20:45:45 +0100 |
| commit | 09f3a4013e370ad35a8f003eabb0ce9b3140d4b2 (patch) | |
| tree | 6709fb82a66d25cbcd80a8aca70e1f4c1bc91ede /.config/shell | |
| parent | 8e32e3e36c580c5b2bb20a6408b76e22d5eb0125 (diff) | |
added bspwmrc and sxhkdrc
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index b6af02b..92deedd 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -85,6 +85,6 @@ alias dpush='dfiles push' alias xbin='sudo xbps-install -S' alias xbup='sudo xbps-install -Su' alias xbrm='sudo xbps-remove -R' -alias xbqr='xbps-query -Rs' +alias xbqr='xbps-query --regex -Rs' alias xbqi='xbps-query -RS' alias xbqm='xbps-query --list-manual-pkg' |
