mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 15:13:42 +02:00
feat: alias to show dir of installed packages
This commit is contained in:
parent
091e524d96
commit
5fd58d6bfb
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ alias void-pkgs="cd $VOID_PACKAGES_PATH"
|
|||
alias vshutdown="sudo shutdown -h now"
|
||||
alias vreboot="sudo reboot"
|
||||
alias vrepos="xbps-query -L"
|
||||
alias vpkgf="xbps-query -f"
|
||||
alias vpkg="sudo xbps-install -S"
|
||||
alias vup="sudo xbps-install -Su"
|
||||
alias vrm="sudo xbps-remove -R"
|
||||
|
|
Loading…
Add table
Reference in a new issue