Add alias to remove orphaned and cache of packages

This commit is contained in:
coolneng 2019-08-27 01:09:23 +02:00
parent 946aef86e7
commit b4d939a006
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# Fish config file # Fish config file
fundle plugin 'decors/fish-colored-man' fundle plugin 'decors/fish-colored-man'
fundle plugin 'oh-my-fish/theme-nai' fundle plugin 'oh-my-fish/theme-nai'
fundle init fundle init
# Man colors # Man colors
@ -21,6 +20,7 @@ alias xclip "xclip -selection clipboard"
alias xi "xbps-install -S" alias xi "xbps-install -S"
alias xu "xbps-install -Su" alias xu "xbps-install -Su"
alias xr "xbps-remove -R" alias xr "xbps-remove -R"
alias xc "xbps-remove -Oo"
alias xq "xbps-query -Rs" alias xq "xbps-query -Rs"
alias wlan "iw dev wlp2s0 scan | grep SSID" alias wlan "iw dev wlp2s0 scan | grep SSID"