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"