From b4d939a006610b5de3d7c458db50064086362ad4 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 27 Aug 2019 01:09:23 +0200 Subject: [PATCH] Add alias to remove orphaned and cache of packages --- fish/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index b6db82f..7dbba59 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,7 +1,6 @@ # Fish config file fundle plugin 'decors/fish-colored-man' fundle plugin 'oh-my-fish/theme-nai' - fundle init # Man colors @@ -21,6 +20,7 @@ alias xclip "xclip -selection clipboard" alias xi "xbps-install -S" alias xu "xbps-install -Su" alias xr "xbps-remove -R" +alias xc "xbps-remove -Oo" alias xq "xbps-query -Rs" alias wlan "iw dev wlp2s0 scan | grep SSID"